#355435

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

Shades of Parsley #355435

Tints of Parsley #355435

Color information

#355435 (or 0x355435) is unknown color: approx Parsley. HEX triplet: 35, 54 and 35. RGB value is (53,84,53). Sum of RGB (Red+Green+Blue) = 53+84+53=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #355435 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355435 is #CAABCA. Grayscale: #474747. Windows color (decimal): -13282251 or 3494965. OLE color: 3494965.

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

Color convert

RGB538453-
CMYK0.3700.370.67
HSL120º22.63%26.86%-
HSV(B)120º36.9%32.94%-
XYZ5.287.354.51-
YUV71.2117.73115.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.89%
GREEN value IS 84 (33.20% from 255) = 44.21%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=27.89%
G=44.21%
B=27.89%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384530.3700.370.6712022.6326.86
Hex355435250254378171b
Octal6512465450451031702733
Binary11010110101001101011001010100101100001111110001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355435; }

 p { color: rgb(53,84,53); }

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

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

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

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

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

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

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