#32772C

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

Shades of Japanese Laurel #32772C

Tints of Japanese Laurel #32772C

Color information

#32772C (or 0x32772C) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 2C. RGB value is (50,119,44). Sum of RGB (Red+Green+Blue) = 50+119+44=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 119 (46.88% from 255 or 55.87% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 119 - color contains mainly: green. Hex color #32772C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32772C is #CD88D3. Grayscale: #5A5A5A. Windows color (decimal): -13469908 or 2914098. OLE color: 2914098.

HSL color Cylindrical-coordinate representation of color #32772C: hue angle of 115.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32772C is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB5011944-
CMYK0.5800.630.53
HSL115.2º46.01%31.96%-
HSV(B)115.2º63.03%46.67%-
XYZ8.3714.054.65-
YUV89.82102.1499.6-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 119 (46.88% from 255) = 55.87%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=23.47%
G=55.87%
B=20.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119440.5800.630.53115.246.0131.96
Hex32772C3A03F35732e20
Octal621675472077651635640
Binary110010111011110110011101001111111101011110011101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32772C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32772C; }

 p { color: rgb(50,119,44); }

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

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

 a { background-color: rgb(50,119,44); }

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

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

 span { border-color: rgb(50,119,44); }

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