#345137

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

Shades of Parsley #345137

Tints of Parsley #345137

Color information

#345137 (or 0x345137) is unknown color: approx Parsley. HEX triplet: 34, 51 and 37. RGB value is (52,81,55). Sum of RGB (Red+Green+Blue) = 52+81+55=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 55 (21.88% from 255 or 29.26% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #345137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345137 is #CBAEC8. Grayscale: #454545. Windows color (decimal): -13348553 or 3625268. OLE color: 3625268.

HSL color Cylindrical-coordinate representation of color #345137: hue angle of 126.21º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #345137 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.

Color convert

RGB528155-
CMYK0.3600.320.68
HSL126.21º21.8%26.08%-
HSV(B)126.21º35.8%31.76%-
XYZ5.056.894.68-
YUV69.36119.89115.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 81 (32.03% from 255) = 43.09%
BLUE value IS 55 (21.88% from 255) = 29.26%
R=27.66%
G=43.09%
B=29.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5281550.3600.320.68126.2121.826.08
Hex34513724020447e161a
Octal6412167440401041762632
Binary11010010100011101111001000100000100010011111101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345137; }

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

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

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

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

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

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

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

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