#328539

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

Shades of Japanese Laurel #328539

Tints of Japanese Laurel #328539

Color information

#328539 (or 0x328539) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 39. RGB value is (50,133,57). Sum of RGB (Red+Green+Blue) = 50+133+57=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #328539 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328539 is #CD7AC6. Grayscale: #636363. Windows color (decimal): -13466311 or 3769650. OLE color: 3769650.

HSL color Cylindrical-coordinate representation of color #328539: hue angle of 125.06º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328539 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB5013357-
CMYK0.6200.570.48
HSL125.06º45.36%35.88%-
HSV(B)125.06º62.41%52.16%-
XYZ10.4417.756.75-
YUV99.5210492.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 133 (52.34% from 255) = 55.42%
BLUE value IS 57 (22.66% from 255) = 23.75%
R=20.83%
G=55.42%
B=23.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133570.6200.570.48125.0645.3635.88
Hex3285393E039307d2d24
Octal622057176071601755544
Binary1100101000010111100111111001110011100001111101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328539; }

 p { color: rgb(50,133,57); }

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

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

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

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

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

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

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