#519068

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

Shades of Como #519068

Tints of Como #519068

Color information

#519068 (or 0x519068) is unknown color: approx Como. HEX triplet: 51, 90 and 68. RGB value is (81,144,104). Sum of RGB (Red+Green+Blue) = 81+144+104=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 144 - color contains mainly: green. Hex color #519068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519068 is #AE6F97. Grayscale: #787878. Windows color (decimal): -11431832 or 6852689. OLE color: 6852689.

HSL color Cylindrical-coordinate representation of color #519068: hue angle of 141.9º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #519068 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB81144104-
CMYK0.4400.280.44
HSL141.9º28%44.12%-
HSV(B)141.9º43.75%56.47%-
XYZ15.8722.716.64-
YUV120.6118.6399.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 144 (56.64% from 255) = 43.77%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=24.62%
G=43.77%
B=31.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal811441040.4400.280.44141.92844.12
Hex5190682C01C2C8e1c2c
Octal12122015054034542163454
Binary10100011001000011010001011000111001011001000111011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #519068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #519068; }

 p { color: rgb(81,144,104); }

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

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

 a { background-color: rgb(81,144,104); }

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

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

 span { border-color: rgb(81,144,104); }

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