#354E35

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

Shades of Parsley #354E35

Tints of Parsley #354E35

Color information

#354E35 (or 0x354E35) is unknown color: approx Parsley. HEX triplet: 35, 4E and 35. RGB value is (53,78,53). Sum of RGB (Red+Green+Blue) = 53+78+53=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #354E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354E35 is #CAB1CA. Grayscale: #434343. Windows color (decimal): -13283787 or 3493429. OLE color: 3493429.

HSL color Cylindrical-coordinate representation of color #354E35: hue angle of 120º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #354E35 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.

Color convert

RGB537853-
CMYK0.3200.320.69
HSL120º19.08%25.69%-
HSV(B)120º32.05%30.59%-
XYZ4.846.464.36-
YUV67.68119.72117.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 78 (30.86% from 255) = 42.39%
BLUE value IS 53 (21.09% from 255) = 28.80%
R=28.80%
G=42.39%
B=28.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5378530.3200.320.6912019.0825.69
Hex354E35200204578131a
Octal6511665400401051702332
Binary11010110011101101011000000100000100010111110001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354E35; }

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

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

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

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

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

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

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

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