#508513

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

Shades of Vida Loca #508513

Tints of Vida Loca #508513

Color information

#508513 (or 0x508513) is unknown color: approx Vida Loca. HEX triplet: 50, 85 and 13. RGB value is (80,133,19). Sum of RGB (Red+Green+Blue) = 80+133+19=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #508513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508513 is #AF7AEC. Grayscale: #686868. Windows color (decimal): -11500269 or 1279312. OLE color: 1279312.

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

Color convert

RGB8013319-
CMYK0.4000.860.48
HSL87.89º75%29.8%-
HSV(B)87.89º85.71%52.16%-
XYZ11.8118.533.57-
YUV104.1679.94110.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.48%
GREEN value IS 133 (52.34% from 255) = 57.33%
BLUE value IS 19 (7.81% from 255) = 8.19%
R=34.48%
G=57.33%
B=8.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal80133190.4000.860.4887.897529.8
Hex5085132805630584b1e
Octal120205235001266013011336
Binary10100001000010110011101000010101101100001011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508513; }

 p { color: rgb(80,133,19); }

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

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

 a { background-color: rgb(80,133,19); }

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

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

 span { border-color: rgb(80,133,19); }

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