#396D38

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

Shades of Japanese Laurel #396D38

Tints of Japanese Laurel #396D38

Color information

#396D38 (or 0x396D38) is unknown color: approx Japanese Laurel. HEX triplet: 39, 6D and 38. RGB value is (57,109,56). Sum of RGB (Red+Green+Blue) = 57+109+56=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 109 (42.97% from 255 or 49.10% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 109 - color contains mainly: green. Hex color #396D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396D38 is #C692C7. Grayscale: #575757. Windows color (decimal): -13013704 or 3697977. OLE color: 3697977.

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

Color convert

RGB5710956-
CMYK0.4800.490.57
HSL118.87º32.12%32.35%-
HSV(B)118.87º48.62%42.75%-
XYZ7.8712.095.66-
YUV87.41110.27106.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 109 (42.97% from 255) = 49.10%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=25.68%
G=49.10%
B=25.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57109560.4800.490.57118.8732.1232.35
Hex396D383003139772020
Octal711557060061711674040
Binary111001110110111100011000001100011110011110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,109,56); }

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

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

 a { background-color: rgb(57,109,56); }

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

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

 span { border-color: rgb(57,109,56); }

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