#345935

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

Shades of Parsley #345935

Tints of Parsley #345935

Color information

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

HSL color Cylindrical-coordinate representation of color #345935: hue angle of 121.62º 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 #345935 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.65.

Color convert

RGB528953-
CMYK0.4200.400.65
HSL121.62º26.24%27.65%-
HSV(B)121.62º41.57%34.9%-
XYZ5.638.134.64-
YUV73.83116.24112.43-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289530.4200.400.65121.6226.2427.65
Hex3459352A028417a1a1c
Octal6413165520501011723234
Binary11010010110011101011010100101000100000111110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345935; }

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

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

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

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

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

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

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

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