#328832

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

Shades of Japanese Laurel #328832

Tints of Japanese Laurel #328832

Color information

#328832 (or 0x328832) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 32. RGB value is (50,136,50). Sum of RGB (Red+Green+Blue) = 50+136+50=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 136 (53.52% from 255 or 57.63% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 136 - color contains mainly: green. Hex color #328832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328832 is #CD77CD. Grayscale: #646464. Windows color (decimal): -13465550 or 3311666. OLE color: 3311666.

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

Color convert

RGB5013650-
CMYK0.6300.630.47
HSL120º46.24%36.47%-
HSV(B)120º63.24%53.33%-
XYZ10.718.526.03-
YUV100.4899.5191.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 136 (53.52% from 255) = 57.63%
BLUE value IS 50 (19.92% from 255) = 21.19%
R=21.19%
G=57.63%
B=21.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136500.6300.630.4712046.2436.47
Hex3288323F03F2F782e24
Octal622106277077571705644
Binary1100101000100011001011111101111111011111111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328832; }

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

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

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

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

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

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

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

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