#355934

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

Shades of Parsley #355934

Tints of Parsley #355934

Color information

#355934 (or 0x355934) is unknown color: approx Parsley. HEX triplet: 35, 59 and 34. RGB value is (53,89,52). Sum of RGB (Red+Green+Blue) = 53+89+52=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 89 (35.16% from 255 or 45.88% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 89 - color contains mainly: green. Hex color #355934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355934 is #CAA6CB. Grayscale: #4A4A4A. Windows color (decimal): -13280972 or 3430709. OLE color: 3430709.

HSL color Cylindrical-coordinate representation of color #355934: hue angle of 118.38º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355934 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.

Color convert

RGB538952-
CMYK0.4000.420.65
HSL118.38º26.24%27.65%-
HSV(B)118.38º41.57%34.9%-
XYZ5.668.154.52-
YUV74.02115.57113.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 89 (35.16% from 255) = 45.88%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=27.32%
G=45.88%
B=26.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389520.4000.420.65118.3826.2427.65
Hex3559342802A41761a1c
Octal6513164500521011663234
Binary11010110110011101001010000101010100000111101101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355934; }

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

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

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

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

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

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

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

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