#508711

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

Shades of Vida Loca #508711

Tints of Vida Loca #508711

Color information

#508711 (or 0x508711) is unknown color: approx Vida Loca. HEX triplet: 50, 87 and 11. RGB value is (80,135,17). Sum of RGB (Red+Green+Blue) = 80+135+17=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #508711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508711 is #AF78EE. Grayscale: #696969. Windows color (decimal): -11499759 or 1148752. OLE color: 1148752.

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

Color convert

RGB8013517-
CMYK0.4100.870.47
HSL87.97º77.63%29.8%-
HSV(B)87.97º87.41%52.94%-
XYZ12.0719.073.58-
YUV105.178.28110.09-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 17 (7.03% from 255) = 7.33%
R=34.48%
G=58.19%
B=7.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal80135170.4100.870.4787.9777.6329.8
Hex508711290572F584e1e
Octal120207215101275713011636
Binary10100001000011110001101001010101111011111011000100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508711; }

 p { color: rgb(80,135,17); }

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

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

 a { background-color: rgb(80,135,17); }

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

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

 span { border-color: rgb(80,135,17); }

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