#328842

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

Shades of Japanese Laurel #328842

Tints of Japanese Laurel #328842

Color information

#328842 (or 0x328842) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 42. RGB value is (50,136,66). Sum of RGB (Red+Green+Blue) = 50+136+66=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #328842 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328842 is #CD77BD. Grayscale: #666666. Windows color (decimal): -13465534 or 4360242. OLE color: 4360242.

HSL color Cylindrical-coordinate representation of color #328842: hue angle of 131.16º 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 #328842 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB5013666-
CMYK0.6300.510.47
HSL131.16º46.24%36.47%-
HSV(B)131.16º63.24%53.33%-
XYZ11.118.688.17-
YUV102.31107.5190.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 136 (53.52% from 255) = 53.97%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=19.84%
G=53.97%
B=26.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136660.6300.510.47131.1646.2436.47
Hex3288423F0332F832e24
Octal6221010277063572035644
Binary110010100010001000010111111011001110111110000011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328842; }

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

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

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

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

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

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

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

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