#355533

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

Shades of Parsley #355533

Tints of Parsley #355533

Color information

#355533 (or 0x355533) is unknown color: approx Parsley. HEX triplet: 35, 55 and 33. RGB value is (53,85,51). Sum of RGB (Red+Green+Blue) = 53+85+51=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #355533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355533 is #CAAACC. Grayscale: #474747. Windows color (decimal): -13281997 or 3364149. OLE color: 3364149.

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

Color convert

RGB538551-
CMYK0.3800.400.67
HSL116.47º25%26.67%-
HSV(B)116.47º40%33.33%-
XYZ5.317.494.3-
YUV71.56116.4114.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 51 (20.31% from 255) = 26.98%
R=28.04%
G=44.97%
B=26.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385510.3800.400.67116.472526.67
Hex355533260284374191b
Octal6512563460501031643133
Binary11010110101011100111001100101000100001111101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355533; }

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

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

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

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

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

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

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

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