#356335

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

Shades of Parsley #356335

Tints of Parsley #356335

Color information

#356335 (or 0x356335) is unknown color: approx Parsley. HEX triplet: 35, 63 and 35. RGB value is (53,99,53). Sum of RGB (Red+Green+Blue) = 53+99+53=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 99 (39.06% from 255 or 48.29% from 205); Blue value is 53 (21.09% from 255 or 25.85% from 205); Max value from RGB is 99 - color contains mainly: green. Hex color #356335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356335 is #CA9CCA. Grayscale: #505050. Windows color (decimal): -13278411 or 3498805. OLE color: 3498805.

HSL color Cylindrical-coordinate representation of color #356335: hue angle of 120º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356335 is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.61.

Color convert

RGB539953-
CMYK0.4600.460.61
HSL120º30.26%29.8%-
HSV(B)120º46.46%38.82%-
XYZ6.579.944.94-
YUV80112.76108.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.85%
GREEN value IS 99 (39.06% from 255) = 48.29%
BLUE value IS 53 (21.09% from 255) = 25.85%
R=25.85%
G=48.29%
B=25.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399530.4600.460.6112030.2629.8
Hex3563352E02E3D781e1e
Octal651436556056751703636
Binary1101011100011110101101110010111011110111110001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356335; }

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

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

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

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

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

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

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

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