#326035

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

Shades of Parsley #326035

Tints of Parsley #326035

Color information

#326035 (or 0x326035) is unknown color: approx Parsley. HEX triplet: 32, 60 and 35. RGB value is (50,96,53). Sum of RGB (Red+Green+Blue) = 50+96+53=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #326035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326035 is #CD9FCA. Grayscale: #4D4D4D. Windows color (decimal): -13475787 or 3498034. OLE color: 3498034.

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

Color convert

RGB509653-
CMYK0.4800.450.62
HSL123.91º31.51%28.63%-
HSV(B)123.91º47.92%37.65%-
XYZ6.149.34.84-
YUV77.34114.26108.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 96 (37.89% from 255) = 48.24%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=25.13%
G=48.24%
B=26.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5096530.4800.450.62123.9131.5128.63
Hex3260353002D3E7c201d
Octal621406560055761744035
Binary11001011000001101011100000101101111110111110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326035; }

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

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

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

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

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

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

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

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