#366F39

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

Shades of Japanese Laurel #366F39

Tints of Japanese Laurel #366F39

Color information

#366F39 (or 0x366F39) is unknown color: approx Japanese Laurel. HEX triplet: 36, 6F and 39. RGB value is (54,111,57). Sum of RGB (Red+Green+Blue) = 54+111+57=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 57 (22.66% from 255 or 25.68% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #366F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366F39 is #C990C6. Grayscale: #575757. Windows color (decimal): -13209799 or 3764022. OLE color: 3764022.

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

Color convert

RGB5411157-
CMYK0.5100.490.56
HSL123.16º34.55%32.35%-
HSV(B)123.16º51.35%43.53%-
XYZ7.9412.455.85-
YUV87.8110.62103.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.32%
GREEN value IS 111 (43.75% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 25.68%
R=24.32%
G=50%
B=25.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54111570.5100.490.56123.1634.5532.35
Hex366F3933031387b2320
Octal661577163061701734340
Binary110110110111111100111001101100011110001111011100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366F39; }

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

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

<style>
 a { background-color: #366F39; }

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

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

<style>
 span { border-color: #366F39; }

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

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