#366D39

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

Shades of Japanese Laurel #366D39

Tints of Japanese Laurel #366D39

Color information

#366D39 (or 0x366D39) is unknown color: approx Japanese Laurel. HEX triplet: 36, 6D and 39. RGB value is (54,109,57). Sum of RGB (Red+Green+Blue) = 54+109+57=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 57 (22.66% from 255 or 25.91% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #366D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #366D39 is #C992C6. Grayscale: #565656. Windows color (decimal): -13210311 or 3763510. OLE color: 3763510.

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

Color convert

RGB5410957-
CMYK0.5000.480.57
HSL123.27º33.74%31.96%-
HSV(B)123.27º50.46%42.75%-
XYZ7.7312.025.78-
YUV86.63111.28104.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.55%
GREEN value IS 109 (42.97% from 255) = 49.55%
BLUE value IS 57 (22.66% from 255) = 25.91%
R=24.55%
G=49.55%
B=25.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54109570.5000.480.57123.2733.7431.96
Hex366D3932030397b2220
Octal661557162060711734240
Binary110110110110111100111001001100001110011111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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