#345937

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

Shades of Parsley #345937

Tints of Parsley #345937

Color information

#345937 (or 0x345937) is unknown color: approx Parsley. HEX triplet: 34, 59 and 37. RGB value is (52,89,55). Sum of RGB (Red+Green+Blue) = 52+89+55=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #345937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345937 is #CBA6C8. Grayscale: #4A4A4A. Windows color (decimal): -13346505 or 3627316. OLE color: 3627316.

HSL color Cylindrical-coordinate representation of color #345937: hue angle of 124.86º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345937 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB528955-
CMYK0.4200.380.65
HSL124.86º26.24%27.65%-
HSV(B)124.86º41.57%34.9%-
XYZ5.688.154.89-
YUV74.06117.24112.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=26.53%
G=45.41%
B=28.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5289550.4200.380.65124.8626.2427.65
Hex3459372A026417d1a1c
Octal6413167520461011753234
Binary11010010110011101111010100100110100000111111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345937; }

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

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

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

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

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

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

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

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