#345D36

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

Shades of Parsley #345D36

Tints of Parsley #345D36

Color information

#345D36 (or 0x345D36) is unknown color: approx Parsley. HEX triplet: 34, 5D and 36. RGB value is (52,93,54). Sum of RGB (Red+Green+Blue) = 52+93+54=199 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.13% from 199); Green value is 93 (36.72% from 255 or 46.73% from 199); Blue value is 54 (21.48% from 255 or 27.14% from 199); Max value from RGB is 93 - color contains mainly: green. Hex color #345D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345D36 is #CBA2C9. Grayscale: #4C4C4C. Windows color (decimal): -13345482 or 3562804. OLE color: 3562804.

HSL color Cylindrical-coordinate representation of color #345D36: hue angle of 122.93º 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 #345D36 is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.

Color convert

RGB529354-
CMYK0.4400.420.64
HSL122.93º28.28%28.43%-
HSV(B)122.93º44.09%36.47%-
XYZ68.834.88-
YUV76.3115.42110.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.13%
GREEN value IS 93 (36.72% from 255) = 46.73%
BLUE value IS 54 (21.48% from 255) = 27.14%
R=26.13%
G=46.73%
B=27.14%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5293540.4400.420.64122.9328.2828.43
Hex345D362C02A407b1c1c
Octal6413566540521001733434
Binary11010010111011101101011000101010100000011110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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