#345531

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

Shades of Parsley #345531

Tints of Parsley #345531

Color information

#345531 (or 0x345531) is unknown color: approx Parsley. HEX triplet: 34, 55 and 31. RGB value is (52,85,49). Sum of RGB (Red+Green+Blue) = 52+85+49=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #345531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345531 is #CBAACE. Grayscale: #474747. Windows color (decimal): -13347535 or 3233076. OLE color: 3233076.

HSL color Cylindrical-coordinate representation of color #345531: hue angle of 115º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #345531 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB528549-
CMYK0.3900.420.67
HSL115º26.87%26.27%-
HSV(B)115º42.35%33.33%-
XYZ5.227.454.07-
YUV71.03115.57114.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 85 (33.59% from 255) = 45.70%
BLUE value IS 49 (19.53% from 255) = 26.34%
R=27.96%
G=45.70%
B=26.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5285490.3900.420.6711526.8726.27
Hex3455312702A43731b1a
Octal6412561470521031633332
Binary11010010101011100011001110101010100001111100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345531; }

 p { color: rgb(52,85,49); }

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

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

 a { background-color: rgb(52,85,49); }

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

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

 span { border-color: rgb(52,85,49); }

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