#355D34

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

Shades of Parsley #355D34

Tints of Parsley #355D34

Color information

#355D34 (or 0x355D34) is unknown color: approx Parsley. HEX triplet: 35, 5D and 34. RGB value is (53,93,52). Sum of RGB (Red+Green+Blue) = 53+93+52=198 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.77% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #355D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355D34 is #CAA2CB. Grayscale: #4C4C4C. Windows color (decimal): -13279948 or 3431733. OLE color: 3431733.

HSL color Cylindrical-coordinate representation of color #355D34: hue angle of 118.54º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355D34 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB539352-
CMYK0.4300.440.64
HSL118.54º28.28%28.43%-
HSV(B)118.54º44.09%36.47%-
XYZ68.834.64-
YUV76.37114.25111.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.77%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 52 (20.70% from 255) = 26.26%
R=26.77%
G=46.97%
B=26.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5393520.4300.440.64118.5428.2828.43
Hex355D342B02C40771c1c
Octal6513564530541001673434
Binary11010110111011101001010110101100100000011101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355D34; }

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

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

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

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

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

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

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

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