#518261

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

Shades of Como #518261

Tints of Como #518261

Color information

#518261 (or 0x518261) is unknown color: approx Como. HEX triplet: 51, 82 and 61. RGB value is (81,130,97). Sum of RGB (Red+Green+Blue) = 81+130+97=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #518261 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518261 is #AE7D9E. Grayscale: #6F6F6F. Windows color (decimal): -11435423 or 6390353. OLE color: 6390353.

HSL color Cylindrical-coordinate representation of color #518261: hue angle of 139.59º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518261 is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB8113097-
CMYK0.3800.250.49
HSL139.59º23.22%41.37%-
HSV(B)139.59º37.69%50.98%-
XYZ13.5318.5814.18-
YUV111.59119.77106.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.30%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 97 (38.28% from 255) = 31.49%
R=26.30%
G=42.21%
B=31.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81130970.3800.250.49139.5923.2241.37
Hex51826126019318c1729
Octal12120214146031612142751
Binary10100011000001011000011001100110011100011000110010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518261; }

 p { color: rgb(81,130,97); }

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

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

 a { background-color: rgb(81,130,97); }

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

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

 span { border-color: rgb(81,130,97); }

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