#345D35

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

Shades of Parsley #345D35

Tints of Parsley #345D35

Color information

#345D35 (or 0x345D35) is unknown color: approx Parsley. HEX triplet: 34, 5D and 35. RGB value is (52,93,53). Sum of RGB (Red+Green+Blue) = 52+93+53=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 93 - color contains mainly: green. Hex color #345D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D35 is #CBA2CA. Grayscale: #4C4C4C. Windows color (decimal): -13345483 or 3497268. OLE color: 3497268.

HSL color Cylindrical-coordinate representation of color #345D35: hue angle of 121.46º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #345D35 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.

Color convert

RGB529353-
CMYK0.4400.430.64
HSL121.46º28.28%28.43%-
HSV(B)121.46º44.09%36.47%-
XYZ5.978.824.75-
YUV76.18114.92110.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 93 (36.72% from 255) = 46.97%
BLUE value IS 53 (21.09% from 255) = 26.77%
R=26.26%
G=46.97%
B=26.77%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293530.4400.430.64121.4628.2828.43
Hex345D352C02B40791c1c
Octal6413565540531001713434
Binary11010010111011101011011000101011100000011110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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