#356033

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

Shades of Parsley #356033

Tints of Parsley #356033

Color information

#356033 (or 0x356033) is unknown color: approx Parsley. HEX triplet: 35, 60 and 33. RGB value is (53,96,51). Sum of RGB (Red+Green+Blue) = 53+96+51=200 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.5% from 200); Green value is 96 (37.89% from 255 or 48% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 96 - color contains mainly: green. Hex color #356033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356033 is #CA9FCC. Grayscale: #4E4E4E. Windows color (decimal): -13279181 or 3366965. OLE color: 3366965.

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

Color convert

RGB539651-
CMYK0.4500.470.62
HSL117.33º30.61%28.82%-
HSV(B)117.33º46.88%37.65%-
XYZ6.259.364.61-
YUV78.01112.75110.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.5%
GREEN value IS 96 (37.89% from 255) = 48%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=26.5%
G=48%
B=25.5%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396510.4500.470.62117.3330.6128.82
Hex3560332D02F3E751f1d
Octal651406355057761653735
Binary1101011100000110011101101010111111111011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356033; }

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

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

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

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

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

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

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

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