#367332

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

Shades of Japanese Laurel #367332

Tints of Japanese Laurel #367332

Color information

#367332 (or 0x367332) is unknown color: approx Japanese Laurel. HEX triplet: 36, 73 and 32. RGB value is (54,115,50). Sum of RGB (Red+Green+Blue) = 54+115+50=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 115 (45.31% from 255 or 52.51% from 219); Blue value is 50 (19.92% from 255 or 22.83% from 219); Max value from RGB is 115 - color contains mainly: green. Hex color #367332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367332 is #C98CCD. Grayscale: #595959. Windows color (decimal): -13208782 or 3306294. OLE color: 3306294.

HSL color Cylindrical-coordinate representation of color #367332: hue angle of 116.31º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367332 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5411550-
CMYK0.5300.570.55
HSL116.31º39.39%32.35%-
HSV(B)116.31º56.52%45.1%-
XYZ8.2313.285.15-
YUV89.35105.79102.79-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 115 (45.31% from 255) = 52.51%
BLUE value IS 50 (19.92% from 255) = 22.83%
R=24.66%
G=52.51%
B=22.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal54115500.5300.570.55116.3139.3932.35
Hex3673323503937742720
Octal661636265071671644740
Binary110110111001111001011010101110011101111110100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367332; }

 p { color: rgb(54,115,50); }

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

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

 a { background-color: rgb(54,115,50); }

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

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

 span { border-color: rgb(54,115,50); }

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