#508613

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

Shades of Vida Loca #508613

Tints of Vida Loca #508613

Color information

#508613 (or 0x508613) is unknown color: approx Vida Loca. HEX triplet: 50, 86 and 13. RGB value is (80,134,19). Sum of RGB (Red+Green+Blue) = 80+134+19=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #508613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508613 is #AF79EC. Grayscale: #696969. Windows color (decimal): -11500013 or 1279568. OLE color: 1279568.

HSL color Cylindrical-coordinate representation of color #508613: hue angle of 88.17º 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 #508613 is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB8013419-
CMYK0.4000.860.47
HSL88.17º75.16%30%-
HSV(B)88.17º85.82%52.55%-
XYZ11.9518.83.62-
YUV104.7479.61110.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=34.33%
G=57.51%
B=8.15%

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
Decimal80134190.4000.860.4788.1775.1630
Hex508613280562F584b1e
Octal120206235001265713011336
Binary10100001000011010011101000010101101011111011000100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508613; }

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

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

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

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

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

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

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

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