#326236

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

Shades of Parsley #326236

Tints of Parsley #326236

Color information

#326236 (or 0x326236) is unknown color: approx Parsley. HEX triplet: 32, 62 and 36. RGB value is (50,98,54). Sum of RGB (Red+Green+Blue) = 50+98+54=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #326236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326236 is #CD9DC9. Grayscale: #4E4E4E. Windows color (decimal): -13475274 or 3564082. OLE color: 3564082.

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

Color convert

RGB509854-
CMYK0.4900.450.62
HSL125º32.43%29.02%-
HSV(B)125º48.98%38.43%-
XYZ6.359.685.02-
YUV78.63114.1107.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=24.75%
G=48.51%
B=26.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5098540.4900.450.6212532.4329.02
Hex3262363102D3E7d201d
Octal621426661055761754035
Binary11001011000101101101100010101101111110111110110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326236; }

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

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

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

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

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

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

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

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