#397C37

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

Shades of Japanese Laurel #397C37

Tints of Japanese Laurel #397C37

Color information

#397C37 (or 0x397C37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 7C and 37. RGB value is (57,124,55). Sum of RGB (Red+Green+Blue) = 57+124+55=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #397C37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397C37 is #C683C8. Grayscale: #606060. Windows color (decimal): -13009865 or 3636281. OLE color: 3636281.

HSL color Cylindrical-coordinate representation of color #397C37: hue angle of 118.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397C37 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.51.

Color convert

RGB5712455-
CMYK0.5400.560.51
HSL118.26º38.55%35.1%-
HSV(B)118.26º55.65%48.63%-
XYZ9.5815.566.11-
YUV96.1104.8100.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 124 (48.83% from 255) = 52.54%
BLUE value IS 55 (21.88% from 255) = 23.31%
R=24.15%
G=52.54%
B=23.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57124550.5400.560.51118.2638.5535.1
Hex397C373603833762723
Octal711746766070631664743
Binary111001111110011011111011001110001100111110110100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397C37; }

 p { color: rgb(57,124,55); }

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

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

 a { background-color: rgb(57,124,55); }

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

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

 span { border-color: rgb(57,124,55); }

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