#335532

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

Shades of Parsley #335532

Tints of Parsley #335532

Color information

#335532 (or 0x335532) is unknown color: approx Parsley. HEX triplet: 33, 55 and 32. RGB value is (51,85,50). Sum of RGB (Red+Green+Blue) = 51+85+50=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #335532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335532 is #CCAACD. Grayscale: #464646. Windows color (decimal): -13413070 or 3298611. OLE color: 3298611.

HSL color Cylindrical-coordinate representation of color #335532: hue angle of 118.29º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #335532 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB518550-
CMYK0.4000.410.67
HSL118.29º25.93%26.47%-
HSV(B)118.29º41.18%33.33%-
XYZ5.197.434.18-
YUV70.84116.24113.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=27.42%
G=45.70%
B=26.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185500.4000.410.67118.2925.9326.47
Hex3355322802943761a1a
Octal6312562500511031663232
Binary11001110101011100101010000101001100001111101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335532; }

 p { color: rgb(51,85,50); }

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

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

 a { background-color: rgb(51,85,50); }

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

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

 span { border-color: rgb(51,85,50); }

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