#589014

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

Shades of Vida Loca #589014

Tints of Vida Loca #589014

Color information

#589014 (or 0x589014) is unknown color: approx Vida Loca. HEX triplet: 58, 90 and 14. RGB value is (88,144,20). Sum of RGB (Red+Green+Blue) = 88+144+20=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 144 (56.64% from 255 or 57.14% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 144 - color contains mainly: green. Hex color #589014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #589014 is #A76FEB. Grayscale: #717171. Windows color (decimal): -10973164 or 1347672. OLE color: 1347672.

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

Color convert

RGB8814420-
CMYK0.3900.860.44
HSL87.1º75.61%32.16%-
HSV(B)87.1º86.11%56.47%-
XYZ14.1222.074.18-
YUV113.1275.45110.08-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 144 (56.64% from 255) = 57.14%
BLUE value IS 20 (8.20% from 255) = 7.94%
R=34.92%
G=57.14%
B=7.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal88144200.3900.860.4487.175.6132.16
Hex589014270562C574c20
Octal130220244701265412711440
Binary101100010010000101001001110101011010110010101111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589014; }

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

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

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

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

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

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

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

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