#397840

Color #397840 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #397840

Tints of Japanese Laurel #397840

Color information

#397840 (or 0x397840) is unknown color: approx Japanese Laurel. HEX triplet: 39, 78 and 40. RGB value is (57,120,64). Sum of RGB (Red+Green+Blue) = 57+120+64=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 120 (47.27% from 255 or 49.79% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 120 - color contains mainly: green. Hex color #397840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397840 is #C687BF. Grayscale: #5E5E5E. Windows color (decimal): -13010880 or 4225081. OLE color: 4225081.

HSL color Cylindrical-coordinate representation of color #397840: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #397840 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB5712064-
CMYK0.5200.470.53
HSL126.67º35.59%34.71%-
HSV(B)126.67º52.5%47.06%-
XYZ9.3314.677.19-
YUV94.78110.63101.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 23.65%
GREEN value IS 120 (47.27% from 255) = 49.79%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=23.65%
G=49.79%
B=26.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57120640.5200.470.53126.6735.5934.71
Hex3978403402F357f2423
Octal7117010064057651774443
Binary1110011111000100000011010001011111101011111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397840; }

 p { color: rgb(57,120,64); }

 H1.HeaderClassName
 {
   color: #397840;
 }
 .AnyTagClassName
 {
   color: #397840;
 }
</style>
background-color css

<style>
 a { background-color: #397840; }

 a { background-color: rgb(57,120,64); }

 div.DivClassName
 {
   background-color: #397840;
 }
 .BgClassName
 {
   background-color: #397840;
 }
</style>
border-color css

<style>
 span { border-color: #397840; }

 span { border-color: rgb(57,120,64); }

 td.TdClassName
 {
   border-color: #397840;
 }
 .TagClassName
 {
   border-color: #397840;
 }
</style>