#345A35

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

Shades of Parsley #345A35

Tints of Parsley #345A35

Color information

#345A35 (or 0x345A35) is unknown color: approx Parsley. HEX triplet: 34, 5A and 35. RGB value is (52,90,53). Sum of RGB (Red+Green+Blue) = 52+90+53=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 90 - color contains mainly: green. Hex color #345A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345A35 is #CBA5CA. Grayscale: #4A4A4A. Windows color (decimal): -13346251 or 3496500. OLE color: 3496500.

HSL color Cylindrical-coordinate representation of color #345A35: hue angle of 121.58º degrees, saturation: 0.27, 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 #345A35 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB529053-
CMYK0.4200.410.65
HSL121.58º26.76%27.84%-
HSV(B)121.58º42.22%35.29%-
XYZ5.718.34.67-
YUV74.42115.91112.01-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.67%
GREEN value IS 90 (35.55% from 255) = 46.15%
BLUE value IS 53 (21.09% from 255) = 27.18%
R=26.67%
G=46.15%
B=27.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5290530.4200.410.65121.5826.7627.84
Hex345A352A029417a1b1c
Octal6413265520511011723334
Binary11010010110101101011010100101001100000111110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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