#396A37

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

Shades of Japanese Laurel #396A37

Tints of Japanese Laurel #396A37

Color information

#396A37 (or 0x396A37) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6A and 37. RGB value is (57,106,55). Sum of RGB (Red+Green+Blue) = 57+106+55=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #396A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396A37 is #C695C8. Grayscale: #555555. Windows color (decimal): -13014473 or 3631673. OLE color: 3631673.

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

Color convert

RGB5710655-
CMYK0.4600.480.58
HSL117.65º31.68%31.57%-
HSV(B)117.65º48.11%41.57%-
XYZ7.5311.455.43-
YUV85.53110.77107.65-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.15%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 55 (21.88% from 255) = 25.23%
R=26.15%
G=48.62%
B=25.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57106550.4600.480.58117.6531.6831.57
Hex396A372E0303A762020
Octal711526756060721664040
Binary111001110101011011110111001100001110101110110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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