#518713

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

Shades of Vida Loca #518713

Tints of Vida Loca #518713

Color information

#518713 (or 0x518713) is unknown color: approx Vida Loca. HEX triplet: 51, 87 and 13. RGB value is (81,135,19). Sum of RGB (Red+Green+Blue) = 81+135+19=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #518713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #518713 is #AE78EC. Grayscale: #6A6A6A. Windows color (decimal): -11434221 or 1279825. OLE color: 1279825.

HSL color Cylindrical-coordinate representation of color #518713: hue angle of 87.93º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #518713 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB8113519-
CMYK0.4000.860.47
HSL87.93º75.32%30.2%-
HSV(B)87.93º85.93%52.94%-
XYZ12.1719.123.67-
YUV105.6379.11110.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.47%
GREEN value IS 135 (53.12% from 255) = 57.45%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=34.47%
G=57.45%
B=8.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81135190.4000.860.4787.9375.3230.2
Hex518713280562F584b1e
Octal121207235001265713011336
Binary10100011000011110011101000010101101011111011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518713; }

 p { color: rgb(81,135,19); }

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

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

 a { background-color: rgb(81,135,19); }

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

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

 span { border-color: rgb(81,135,19); }

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