#508014

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

Shades of Vida Loca #508014

Tints of Vida Loca #508014

Color information

#508014 (or 0x508014) is unknown color: approx Vida Loca. HEX triplet: 50, 80 and 14. RGB value is (80,128,20). Sum of RGB (Red+Green+Blue) = 80+128+20=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 128 (50.39% from 255 or 56.14% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 128 - color contains mainly: green. Hex color #508014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508014 is #AF7FEB. Grayscale: #656565. Windows color (decimal): -11501548 or 1343568. OLE color: 1343568.

HSL color Cylindrical-coordinate representation of color #508014: hue angle of 86.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #508014 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB8012820-
CMYK0.3800.840.50
HSL86.67º72.97%29.02%-
HSV(B)86.67º84.38%50.2%-
XYZ11.1517.193.39-
YUV101.3482.1112.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 128 (50.39% from 255) = 56.14%
BLUE value IS 20 (8.20% from 255) = 8.77%
R=35.09%
G=56.14%
B=8.77%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128200.3800.840.5086.6772.9729.02
Hex508014260543257491d
Octal120200244601246212711135
Binary10100001000000010100100110010101001100101010111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508014; }

 p { color: rgb(80,128,20); }

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

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

 a { background-color: rgb(80,128,20); }

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

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

 span { border-color: rgb(80,128,20); }

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