#396B37

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

Shades of Japanese Laurel #396B37

Tints of Japanese Laurel #396B37

Color information

#396B37 (or 0x396B37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6B and 37. RGB value is (57,107,55). Sum of RGB (Red+Green+Blue) = 57+107+55=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 107 - color contains mainly: green. Hex color #396B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396B37 is #C694C8. Grayscale: #565656. Windows color (decimal): -13014217 or 3631929. OLE color: 3631929.

HSL color Cylindrical-coordinate representation of color #396B37: hue angle of 117.69º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #396B37 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.

Color convert

RGB5710755-
CMYK0.4700.490.58
HSL117.69º32.1%31.76%-
HSV(B)117.69º48.6%41.96%-
XYZ7.6311.665.46-
YUV86.12110.44107.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 107 (42.19% from 255) = 48.86%
BLUE value IS 55 (21.88% from 255) = 25.11%
R=26.03%
G=48.86%
B=25.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57107550.4700.490.58117.6932.131.76
Hex396B372F0313A762020
Octal711536757061721664040
Binary111001110101111011110111101100011110101110110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396B37; }

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

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

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

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

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

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

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

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