#367832

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

Shades of Japanese Laurel #367832

Tints of Japanese Laurel #367832

Color information

#367832 (or 0x367832) is unknown color: approx Japanese Laurel. HEX triplet: 36, 78 and 32. RGB value is (54,120,50). Sum of RGB (Red+Green+Blue) = 54+120+50=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 120 (47.27% from 255 or 53.57% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 120 - color contains mainly: green. Hex color #367832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367832 is #C987CD. Grayscale: #5C5C5C. Windows color (decimal): -13207502 or 3307574. OLE color: 3307574.

HSL color Cylindrical-coordinate representation of color #367832: hue angle of 116.57º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367832 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB5412050-
CMYK0.5500.580.53
HSL116.57º41.18%33.33%-
HSV(B)116.57º58.33%47.06%-
XYZ8.8114.455.34-
YUV92.29104.13100.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.11%
GREEN value IS 120 (47.27% from 255) = 53.57%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=24.11%
G=53.57%
B=22.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54120500.5500.580.53116.5741.1833.33
Hex3678323703A35752921
Octal661706267072651655141
Binary110110111100011001011011101110101101011110101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367832; }

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

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

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

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

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

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

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

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