#327232

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

Shades of Japanese Laurel #327232

Tints of Japanese Laurel #327232

Color information

#327232 (or 0x327232) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 32. RGB value is (50,114,50). Sum of RGB (Red+Green+Blue) = 50+114+50=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #327232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327232 is #CD8DCD. Grayscale: #575757. Windows color (decimal): -13471182 or 3306034. OLE color: 3306034.

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

Color convert

RGB5011450-
CMYK0.5600.560.55
HSL120º39.02%32.16%-
HSV(B)120º56.14%44.71%-
XYZ7.9112.945.1-
YUV87.57106.8101.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 50 (19.92% from 255) = 23.36%
R=23.36%
G=53.27%
B=23.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114500.5600.560.5512039.0232.16
Hex3272323803837782720
Octal621626270070671704740
Binary110010111001011001011100001110001101111111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327232; }

 p { color: rgb(50,114,50); }

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

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

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

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

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

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

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