#508019

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

Shades of Vida Loca #508019

Tints of Vida Loca #508019

Color information

#508019 (or 0x508019) is unknown color: approx Vida Loca. HEX triplet: 50, 80 and 19. RGB value is (80,128,25). Sum of RGB (Red+Green+Blue) = 80+128+25=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 128 (50.39% from 255 or 54.94% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 128 - color contains mainly: green. Hex color #508019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508019 is #AF7FE6. Grayscale: #666666. Windows color (decimal): -11501543 or 1671248. OLE color: 1671248.

HSL color Cylindrical-coordinate representation of color #508019: hue angle of 87.96º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #508019 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB8012825-
CMYK0.3800.800.50
HSL87.96º67.32%30%-
HSV(B)87.96º80.47%50.2%-
XYZ11.217.213.65-
YUV101.9184.6112.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 128 (50.39% from 255) = 54.94%
BLUE value IS 25 (10.16% from 255) = 10.73%
R=34.33%
G=54.94%
B=10.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128250.3800.800.5087.9667.3230
Hex508019260503258431e
Octal120200314601206213010336
Binary10100001000000011001100110010100001100101011000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508019; }

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

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

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

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

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

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

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

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