#345932

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

Shades of Parsley #345932

Tints of Parsley #345932

Color information

#345932 (or 0x345932) is unknown color: approx Parsley. HEX triplet: 34, 59 and 32. RGB value is (52,89,50). Sum of RGB (Red+Green+Blue) = 52+89+50=191 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.23% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 50 (19.92% from 255 or 26.18% from 191); Max value from RGB is 89 - color contains mainly: green. Hex color #345932 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345932 is #CBA6CD. Grayscale: #494949. Windows color (decimal): -13346510 or 3299636. OLE color: 3299636.

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

Color convert

RGB528950-
CMYK0.4200.440.65
HSL116.92º28.06%27.25%-
HSV(B)116.92º43.82%34.9%-
XYZ5.568.114.29-
YUV73.49114.74112.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.23%
GREEN value IS 89 (35.16% from 255) = 46.60%
BLUE value IS 50 (19.92% from 255) = 26.18%
R=27.23%
G=46.60%
B=26.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289500.4200.440.65116.9228.0627.25
Hex3459322A02C41751c1b
Octal6413162520541011653433
Binary11010010110011100101010100101100100000111101011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345932; }

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

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

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

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

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

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

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

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