#326136

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

Shades of Parsley #326136

Tints of Parsley #326136

Color information

#326136 (or 0x326136) is unknown color: approx Parsley. HEX triplet: 32, 61 and 36. RGB value is (50,97,54). Sum of RGB (Red+Green+Blue) = 50+97+54=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 54 (21.48% from 255 or 26.87% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #326136 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326136 is #CD9EC9. Grayscale: #4E4E4E. Windows color (decimal): -13475530 or 3563826. OLE color: 3563826.

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

Color convert

RGB509754-
CMYK0.4800.440.62
HSL125.11º31.97%28.82%-
HSV(B)125.11º48.45%38.04%-
XYZ6.269.494.99-
YUV78.04114.43108-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 97 (38.28% from 255) = 48.26%
BLUE value IS 54 (21.48% from 255) = 26.87%
R=24.88%
G=48.26%
B=26.87%

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
Decimal5097540.4800.440.62125.1131.9728.82
Hex3261363002C3E7d201d
Octal621416660054761754035
Binary11001011000011101101100000101100111110111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326136; }

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

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

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

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

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

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

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

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