#515E45

Color #515E45 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #515E45

Tints of Cabbage Pont #515E45

Color information

#515E45 (or 0x515E45) is unknown color: approx Cabbage Pont. HEX triplet: 51, 5E and 45. RGB value is (81,94,69). Sum of RGB (Red+Green+Blue) = 81+94+69=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 94 - color contains mainly: green. Hex color #515E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515E45 is #AEA1BA. Grayscale: #575757. Windows color (decimal): -11444667 or 4546129. OLE color: 4546129.

HSL color Cylindrical-coordinate representation of color #515E45: hue angle of 91.2º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #515E45 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.63.

Color convert

RGB819469-
CMYK0.1400.270.63
HSL91.2º15.34%31.96%-
HSV(B)91.2º26.6%36.86%-
XYZ8.4710.187.15-
YUV87.26117.69123.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.20%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 69 (27.34% from 255) = 28.28%
R=33.20%
G=38.52%
B=28.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8194690.1400.270.6391.215.3431.96
Hex515E45E01B3F5bf20
Octal12113610516033771331740
Binary101000110111101000101111001101111111110110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515E45; }

 p { color: rgb(81,94,69); }

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

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

 a { background-color: rgb(81,94,69); }

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

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

 span { border-color: rgb(81,94,69); }

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