#508812

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

Shades of Vida Loca #508812

Tints of Vida Loca #508812

Color information

#508812 (or 0x508812) is unknown color: approx Vida Loca. HEX triplet: 50, 88 and 12. RGB value is (80,136,18). Sum of RGB (Red+Green+Blue) = 80+136+18=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 136 (53.52% from 255 or 58.12% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 136 - color contains mainly: green. Hex color #508812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508812 is #AF77ED. Grayscale: #6A6A6A. Windows color (decimal): -11499502 or 1214544. OLE color: 1214544.

HSL color Cylindrical-coordinate representation of color #508812: hue angle of 88.47º degrees, saturation: 0.77, 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 #508812 is Cyan = 0.41, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB8013618-
CMYK0.4100.870.47
HSL88.47º76.62%30.2%-
HSV(B)88.47º86.76%53.33%-
XYZ12.2219.363.66-
YUV105.878.45109.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.19%
GREEN value IS 136 (53.52% from 255) = 58.12%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=34.19%
G=58.12%
B=7.69%

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
Decimal80136180.4100.870.4788.4776.6230.2
Hex508812290572F584d1e
Octal120210225101275713011536
Binary10100001000100010010101001010101111011111011000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508812; }

 p { color: rgb(80,136,18); }

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

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

 a { background-color: rgb(80,136,18); }

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

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

 span { border-color: rgb(80,136,18); }

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