#508b14

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

Shades of Vida Loca #508B14

Tints of Vida Loca #508B14

Color information

#508B14 (or 0x508B14) is unknown color: approx Vida Loca. HEX triplet: 50, 8B and 14. RGB value is (80,139,20). Sum of RGB (Red+Green+Blue) = 80+139+20=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #508B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508B14 is #AF74EB. Grayscale: #6C6C6C. Windows color (decimal): -11498732 or 1346384. OLE color: 1346384.

HSL color Cylindrical-coordinate representation of color #508B14: hue angle of 89.75º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #508B14 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB8013920-
CMYK0.4200.860.45
HSL89.75º74.84%31.18%-
HSV(B)89.75º85.61%54.51%-
XYZ12.6720.223.9-
YUV107.7978.45108.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 139 (54.69% from 255) = 58.16%
BLUE value IS 20 (8.20% from 255) = 8.37%
R=33.47%
G=58.16%
B=8.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal80139200.4200.860.4589.7574.8431.18
Hex508B142A0562D5a4b1f
Octal120213245201265513211337
Binary10100001000101110100101010010101101011011011010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508b14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508b14; }

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

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

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

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

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

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

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

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