#355933

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

Shades of Parsley #355933

Tints of Parsley #355933

Color information

#355933 (or 0x355933) is unknown color: approx Parsley. HEX triplet: 35, 59 and 33. RGB value is (53,89,51). Sum of RGB (Red+Green+Blue) = 53+89+51=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #355933 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355933 is #CAA6CC. Grayscale: #4A4A4A. Windows color (decimal): -13280973 or 3365173. OLE color: 3365173.

HSL color Cylindrical-coordinate representation of color #355933: hue angle of 116.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #355933 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.65.

Color convert

RGB538951-
CMYK0.4000.430.65
HSL116.84º27.14%27.45%-
HSV(B)116.84º42.7%34.9%-
XYZ5.648.144.41-
YUV73.9115.07113.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.46%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=27.46%
G=46.11%
B=26.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389510.4000.430.65116.8427.1427.45
Hex3559332802B41751b1b
Octal6513163500531011653333
Binary11010110110011100111010000101011100000111101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355933; }

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

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

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

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

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

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

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

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