#356134

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

Shades of Parsley #356134

Tints of Parsley #356134

Color information

#356134 (or 0x356134) is unknown color: approx Parsley. HEX triplet: 35, 61 and 34. RGB value is (53,97,52). Sum of RGB (Red+Green+Blue) = 53+97+52=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #356134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #356134 is #CA9ECB. Grayscale: #4E4E4E. Windows color (decimal): -13278924 or 3432757. OLE color: 3432757.

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

Color convert

RGB539752-
CMYK0.4500.460.62
HSL118.67º30.2%29.22%-
HSV(B)118.67º46.39%38.04%-
XYZ6.369.554.76-
YUV78.71112.92109.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.24%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 52 (20.70% from 255) = 25.74%
R=26.24%
G=48.02%
B=25.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397520.4500.460.62118.6730.229.22
Hex3561342D02E3E771e1d
Octal651416455056761673635
Binary1101011100001110100101101010111011111011101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356134; }

 p { color: rgb(53,97,52); }

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

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

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

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

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

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

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