#396C36

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

Shades of Japanese Laurel #396C36

Tints of Japanese Laurel #396C36

Color information

#396C36 (or 0x396C36) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6C and 36. RGB value is (57,108,54). Sum of RGB (Red+Green+Blue) = 57+108+54=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #396C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396C36 is #C693C9. Grayscale: #565656. Windows color (decimal): -13013962 or 3566649. OLE color: 3566649.

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

Color convert

RGB5710854-
CMYK0.4700.500.58
HSL116.67º33.33%31.76%-
HSV(B)116.67º50%42.35%-
XYZ7.7211.865.37-
YUV86.6109.6106.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 54 (21.48% from 255) = 24.66%
R=26.03%
G=49.32%
B=24.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57108540.4700.500.58116.6733.3331.76
Hex396C362F0323A752120
Octal711546657062721654140
Binary111001110110011011010111101100101110101110101100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,108,54); }

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

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

 a { background-color: rgb(57,108,54); }

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

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

 span { border-color: rgb(57,108,54); }

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