#344D35

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

Shades of Parsley #344D35

Tints of Parsley #344D35

Color information

#344D35 (or 0x344D35) is unknown color: approx Parsley. HEX triplet: 34, 4D and 35. RGB value is (52,77,53). Sum of RGB (Red+Green+Blue) = 52+77+53=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #344D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D35 is #CBB2CA. Grayscale: #424242. Windows color (decimal): -13349579 or 3493172. OLE color: 3493172.

HSL color Cylindrical-coordinate representation of color #344D35: hue angle of 122.4º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344D35 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.70.

Color convert

RGB527753-
CMYK0.3200.310.70
HSL122.4º19.38%25.29%-
HSV(B)122.4º32.47%30.2%-
XYZ4.716.294.33-
YUV66.79120.22117.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.57%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 53 (21.09% from 255) = 29.12%
R=28.57%
G=42.31%
B=29.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277530.3200.310.70122.419.3825.29
Hex344D352001F467a1319
Octal6411565400371061722331
Binary1101001001101110101100000011111100011011110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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