#326036

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

Shades of Parsley #326036

Tints of Parsley #326036

Color information

#326036 (or 0x326036) is unknown color: approx Parsley. HEX triplet: 32, 60 and 36. RGB value is (50,96,54). Sum of RGB (Red+Green+Blue) = 50+96+54=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #326036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326036 is #CD9FC9. Grayscale: #4D4D4D. Windows color (decimal): -13475786 or 3563570. OLE color: 3563570.

HSL color Cylindrical-coordinate representation of color #326036: hue angle of 125.22º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #326036 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB509654-
CMYK0.4800.440.62
HSL125.22º31.51%28.63%-
HSV(B)125.22º47.92%37.65%-
XYZ6.169.314.96-
YUV77.46114.76108.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 54 (21.48% from 255) = 27%
R=25%
G=48%
B=27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096540.4800.440.62125.2231.5128.63
Hex3260363002C3E7d201d
Octal621406660054761754035
Binary11001011000001101101100000101100111110111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326036; }

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

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

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

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

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

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

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

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