#559014

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

Shades of Vida Loca #559014

Tints of Vida Loca #559014

Color information

#559014 (or 0x559014) is unknown color: approx Vida Loca. HEX triplet: 55, 90 and 14. RGB value is (85,144,20). Sum of RGB (Red+Green+Blue) = 85+144+20=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #559014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559014 is #AA6FEB. Grayscale: #707070. Windows color (decimal): -11169772 or 1347669. OLE color: 1347669.

HSL color Cylindrical-coordinate representation of color #559014: hue angle of 88.55º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #559014 is Cyan = 0.41, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.

Color convert

RGB8514420-
CMYK0.4100.860.44
HSL88.55º75.61%32.16%-
HSV(B)88.55º86.11%56.47%-
XYZ13.8521.934.16-
YUV112.2275.95108.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 144 (56.64% from 255) = 57.83%
BLUE value IS 20 (8.20% from 255) = 8.03%
R=34.14%
G=57.83%
B=8.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85144200.4100.860.4488.5575.6132.16
Hex559014290562C594c20
Octal125220245101265413111440
Binary101010110010000101001010010101011010110010110011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559014; }

 p { color: rgb(85,144,20); }

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

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

 a { background-color: rgb(85,144,20); }

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

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

 span { border-color: rgb(85,144,20); }

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