#327632

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

Shades of Japanese Laurel #327632

Tints of Japanese Laurel #327632

Color information

#327632 (or 0x327632) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 32. RGB value is (50,118,50). Sum of RGB (Red+Green+Blue) = 50+118+50=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #327632 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327632 is #CD89CD. Grayscale: #5A5A5A. Windows color (decimal): -13470158 or 3307058. OLE color: 3307058.

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

Color convert

RGB5011850-
CMYK0.5800.580.54
HSL120º40.48%32.94%-
HSV(B)120º57.63%46.27%-
XYZ8.3713.875.25-
YUV89.92105.4799.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 118 (46.48% from 255) = 54.13%
BLUE value IS 50 (19.92% from 255) = 22.94%
R=22.94%
G=54.13%
B=22.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118500.5800.580.5412040.4832.94
Hex3276323A03A36782821
Octal621666272072661705041
Binary110010111011011001011101001110101101101111000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327632; }

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

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

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

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

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

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

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

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