#356037

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

Shades of Parsley #356037

Tints of Parsley #356037

Color information

#356037 (or 0x356037) is unknown color: approx Parsley. HEX triplet: 35, 60 and 37. RGB value is (53,96,55). Sum of RGB (Red+Green+Blue) = 53+96+55=204 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.98% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #356037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356037 is #CA9FC8. Grayscale: #4E4E4E. Windows color (decimal): -13279177 or 3629109. OLE color: 3629109.

HSL color Cylindrical-coordinate representation of color #356037: hue angle of 122.79º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356037 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB539655-
CMYK0.4500.430.62
HSL122.79º28.86%29.22%-
HSV(B)122.79º44.79%37.65%-
XYZ6.349.45.09-
YUV78.47114.75109.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.98%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=25.98%
G=47.06%
B=26.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396550.4500.430.62122.7928.8629.22
Hex3560372D02B3E7b1d1d
Octal651406755053761733535
Binary1101011100000110111101101010101111111011110111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356037; }

 p { color: rgb(53,96,55); }

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

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

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

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

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

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

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