#328837

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

Shades of Japanese Laurel #328837

Tints of Japanese Laurel #328837

Color information

#328837 (or 0x328837) is unknown color: approx Japanese Laurel. HEX triplet: 32, 88 and 37. RGB value is (50,136,55). Sum of RGB (Red+Green+Blue) = 50+136+55=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #328837 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328837 is #CD77C8. Grayscale: #656565. Windows color (decimal): -13465545 or 3639346. OLE color: 3639346.

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

Color convert

RGB5013655-
CMYK0.6300.600.47
HSL123.49º46.24%36.47%-
HSV(B)123.49º63.24%53.33%-
XYZ10.8118.566.63-
YUV101.05102.0191.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 136 (53.52% from 255) = 56.43%
BLUE value IS 55 (21.88% from 255) = 22.82%
R=20.75%
G=56.43%
B=22.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50136550.6300.600.47123.4946.2436.47
Hex3288373F03C2F7b2e24
Octal622106777074571735644
Binary1100101000100011011111111101111001011111111011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328837; }

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

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

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

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

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

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

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

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