#327332

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

Shades of Japanese Laurel #327332

Tints of Japanese Laurel #327332

Color information

#327332 (or 0x327332) is unknown color: approx Japanese Laurel. HEX triplet: 32, 73 and 32. RGB value is (50,115,50). Sum of RGB (Red+Green+Blue) = 50+115+50=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 115 (45.31% from 255 or 53.49% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 115 - color contains mainly: green. Hex color #327332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327332 is #CD8CCD. Grayscale: #585858. Windows color (decimal): -13470926 or 3306290. OLE color: 3306290.

HSL color Cylindrical-coordinate representation of color #327332: 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.57%. Process color model (Four color, CMYK) of #327332 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB5011550-
CMYK0.5700.570.55
HSL120º39.39%32.35%-
HSV(B)120º56.52%45.1%-
XYZ8.0213.175.14-
YUV88.16106.47100.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 115 (45.31% from 255) = 53.49%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=23.26%
G=53.49%
B=23.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50115500.5700.570.5512039.3932.35
Hex3273323903937782720
Octal621636271071671704740
Binary110010111001111001011100101110011101111111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327332; }

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

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

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

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

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

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

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

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