#32772E

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

Shades of Japanese Laurel #32772E

Tints of Japanese Laurel #32772E

Color information

#32772E (or 0x32772E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 77 and 2E. RGB value is (50,119,46). Sum of RGB (Red+Green+Blue) = 50+119+46=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #32772E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32772E is #CD88D1. Grayscale: #5A5A5A. Windows color (decimal): -13469906 or 3045170. OLE color: 3045170.

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

Color convert

RGB5011946-
CMYK0.5800.610.53
HSL116.71º44.24%32.35%-
HSV(B)116.71º61.34%46.67%-
XYZ8.4114.074.86-
YUV90.05103.1499.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=23.26%
G=55.35%
B=21.40%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50119460.5800.610.53116.7144.2432.35
Hex32772E3A03D35752c20
Octal621675672075651655440
Binary110010111011110111011101001111011101011110101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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