#327532

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

Shades of Japanese Laurel #327532

Tints of Japanese Laurel #327532

Color information

#327532 (or 0x327532) is unknown color: approx Japanese Laurel. HEX triplet: 32, 75 and 32. RGB value is (50,117,50). Sum of RGB (Red+Green+Blue) = 50+117+50=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #327532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327532 is #CD8ACD. Grayscale: #595959. Windows color (decimal): -13470414 or 3306802. OLE color: 3306802.

HSL color Cylindrical-coordinate representation of color #327532: hue angle of 120º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327532 is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB5011750-
CMYK0.5700.570.54
HSL120º40.12%32.75%-
HSV(B)120º57.26%45.88%-
XYZ8.2513.635.21-
YUV89.33105.899.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 50 (19.92% from 255) = 23.04%
R=23.04%
G=53.92%
B=23.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50117500.5700.570.5412040.1232.75
Hex3275323903936782821
Octal621656271071661705041
Binary110010111010111001011100101110011101101111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327532; }

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

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

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

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

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

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

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

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