#328536

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

Shades of Japanese Laurel #328536

Tints of Japanese Laurel #328536

Color information

#328536 (or 0x328536) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 36. RGB value is (50,133,54). Sum of RGB (Red+Green+Blue) = 50+133+54=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 54 (21.48% from 255 or 22.78% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #328536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328536 is #CD7AC9. Grayscale: #636363. Windows color (decimal): -13466314 or 3573042. OLE color: 3573042.

HSL color Cylindrical-coordinate representation of color #328536: hue angle of 122.89º 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 #328536 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB5013354-
CMYK0.6200.590.48
HSL122.89º45.36%35.88%-
HSV(B)122.89º62.41%52.16%-
XYZ10.3717.726.36-
YUV99.18102.592.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.10%
GREEN value IS 133 (52.34% from 255) = 56.12%
BLUE value IS 54 (21.48% from 255) = 22.78%
R=21.10%
G=56.12%
B=22.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133540.6200.590.48122.8945.3635.88
Hex3285363E03B307b2d24
Octal622056676073601735544
Binary1100101000010111011011111001110111100001111011101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328536; }

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

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

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

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

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

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

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

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