#345F37

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

Shades of Parsley #345F37

Tints of Parsley #345F37

Color information

#345F37 (or 0x345F37) is unknown color: approx Parsley. HEX triplet: 34, 5F and 37. RGB value is (52,95,55). Sum of RGB (Red+Green+Blue) = 52+95+55=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 95 (37.5% from 255 or 47.03% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 95 - color contains mainly: green. Hex color #345F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345F37 is #CBA0C8. Grayscale: #4D4D4D. Windows color (decimal): -13344969 or 3628852. OLE color: 3628852.

HSL color Cylindrical-coordinate representation of color #345F37: hue angle of 124.19º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #345F37 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.63.

Color convert

RGB529555-
CMYK0.4500.420.63
HSL124.19º29.25%28.82%-
HSV(B)124.19º45.26%37.25%-
XYZ6.29.195.06-
YUV77.58115.25109.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 95 (37.5% from 255) = 47.03%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=25.74%
G=47.03%
B=27.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5295550.4500.420.63124.1929.2528.82
Hex345F372D02A3F7c1d1d
Octal641376755052771743535
Binary1101001011111110111101101010101011111111111001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,95,55); }

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

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

 a { background-color: rgb(52,95,55); }

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

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

 span { border-color: rgb(52,95,55); }

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