#327132

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

Shades of Japanese Laurel #327132

Tints of Japanese Laurel #327132

Color information

#327132 (or 0x327132) is unknown color: approx Japanese Laurel. HEX triplet: 32, 71 and 32. RGB value is (50,113,50). Sum of RGB (Red+Green+Blue) = 50+113+50=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #327132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327132 is #CD8ECD. Grayscale: #575757. Windows color (decimal): -13471438 or 3305778. OLE color: 3305778.

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

Color convert

RGB5011350-
CMYK0.5600.560.56
HSL120º38.65%31.96%-
HSV(B)120º55.75%44.31%-
XYZ7.812.725.06-
YUV86.98107.13101.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 113 (44.53% from 255) = 53.05%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=23.47%
G=53.05%
B=23.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50113500.5600.560.5612038.6531.96
Hex3271323803838782720
Octal621616270070701704740
Binary110010111000111001011100001110001110001111000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327132; }

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

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

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

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

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

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

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

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