#328232

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

Shades of Japanese Laurel #328232

Tints of Japanese Laurel #328232

Color information

#328232 (or 0x328232) is unknown color: approx Japanese Laurel. HEX triplet: 32, 82 and 32. RGB value is (50,130,50). Sum of RGB (Red+Green+Blue) = 50+130+50=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 130 (51.17% from 255 or 56.52% from 230); Blue value is 50 (19.92% from 255 or 21.74% from 230); Max value from RGB is 130 - color contains mainly: green. Hex color #328232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328232 is #CD7DCD. Grayscale: #616161. Windows color (decimal): -13467086 or 3310130. OLE color: 3310130.

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

Color convert

RGB5013050-
CMYK0.6200.620.49
HSL120º44.44%35.29%-
HSV(B)120º61.54%50.98%-
XYZ9.8716.875.75-
YUV96.96101.594.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 130 (51.17% from 255) = 56.52%
BLUE value IS 50 (19.92% from 255) = 21.74%
R=21.74%
G=56.52%
B=21.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130500.6200.620.4912044.4435.29
Hex3282323E03E31782c23
Octal622026276076611705443
Binary1100101000001011001011111001111101100011111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328232; }

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

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

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

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

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

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

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

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