#518963

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

Shades of Como #518963

Tints of Como #518963

Color information

#518963 (or 0x518963) is unknown color: approx Como. HEX triplet: 51, 89 and 63. RGB value is (81,137,99). Sum of RGB (Red+Green+Blue) = 81+137+99=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #518963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518963 is #AE769C. Grayscale: #747474. Windows color (decimal): -11433629 or 6523217. OLE color: 6523217.

HSL color Cylindrical-coordinate representation of color #518963: hue angle of 139.29º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518963 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB8113799-
CMYK0.4100.280.46
HSL139.29º25.69%42.75%-
HSV(B)139.29º40.88%53.73%-
XYZ14.5920.5415-
YUV115.92118.45103.09-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.55%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=25.55%
G=43.22%
B=31.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81137990.4100.280.46139.2925.6942.75
Hex5189632901C2E8b1a2b
Octal12121114351034562133253
Binary10100011000100111000111010010111001011101000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518963; }

 p { color: rgb(81,137,99); }

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

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

 a { background-color: rgb(81,137,99); }

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

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

 span { border-color: rgb(81,137,99); }

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