#356036

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

Shades of Parsley #356036

Tints of Parsley #356036

Color information

#356036 (or 0x356036) is unknown color: approx Parsley. HEX triplet: 35, 60 and 36. RGB value is (53,96,54). Sum of RGB (Red+Green+Blue) = 53+96+54=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 54 (21.48% from 255 or 26.60% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #356036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356036 is #CA9FC9. Grayscale: #4E4E4E. Windows color (decimal): -13279178 or 3563573. OLE color: 3563573.

HSL color Cylindrical-coordinate representation of color #356036: hue angle of 121.4º 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 #356036 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.62.

Color convert

RGB539654-
CMYK0.4500.440.62
HSL121.4º28.86%29.22%-
HSV(B)121.4º44.79%37.65%-
XYZ6.329.394.97-
YUV78.36114.25109.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.11%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 54 (21.48% from 255) = 26.60%
R=26.11%
G=47.29%
B=26.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396540.4500.440.62121.428.8629.22
Hex3560362D02C3E791d1d
Octal651406655054761713535
Binary1101011100000110110101101010110011111011110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356036; }

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

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

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

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

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

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

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

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