#345A31

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

Shades of Parsley #345A31

Tints of Parsley #345A31

Color information

#345A31 (or 0x345A31) is unknown color: approx Parsley. HEX triplet: 34, 5A and 31. RGB value is (52,90,49). Sum of RGB (Red+Green+Blue) = 52+90+49=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 49 (19.53% from 255 or 25.65% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #345A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A31 is #CBA5CE. Grayscale: #4A4A4A. Windows color (decimal): -13346255 or 3234356. OLE color: 3234356.

HSL color Cylindrical-coordinate representation of color #345A31: hue angle of 115.61º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #345A31 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.

Color convert

RGB529049-
CMYK0.4200.460.65
HSL115.61º29.5%27.25%-
HSV(B)115.61º45.56%35.29%-
XYZ5.638.264.2-
YUV73.96113.91112.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 90 (35.55% from 255) = 47.12%
BLUE value IS 49 (19.53% from 255) = 25.65%
R=27.23%
G=47.12%
B=25.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290490.4200.460.65115.6129.527.25
Hex345A312A02E41741d1b
Octal6413261520561011643533
Binary11010010110101100011010100101110100000111101001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345A31; }

 p { color: rgb(52,90,49); }

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

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

 a { background-color: rgb(52,90,49); }

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

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

 span { border-color: rgb(52,90,49); }

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