#588414

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

Shades of Vida Loca #588414

Tints of Vida Loca #588414

Color information

#588414 (or 0x588414) is unknown color: approx Vida Loca. HEX triplet: 58, 84 and 14. RGB value is (88,132,20). Sum of RGB (Red+Green+Blue) = 88+132+20=240 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.67% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #588414 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588414 is #A77BEB. Grayscale: #6A6A6A. Windows color (decimal): -10976236 or 1344600. OLE color: 1344600.

HSL color Cylindrical-coordinate representation of color #588414: hue angle of 83.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #588414 is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB8813220-
CMYK0.3300.850.48
HSL83.57º73.68%29.8%-
HSV(B)83.57º84.85%51.76%-
XYZ12.418.633.6-
YUV106.0879.42115.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.67%
GREEN value IS 132 (51.95% from 255) = 55%
BLUE value IS 20 (8.20% from 255) = 8.33%
R=36.67%
G=55%
B=8.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal88132200.3300.850.4883.5773.6829.8
Hex5884142105530544a1e
Octal130204244101256012411236
Binary10110001000010010100100001010101011100001010100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588414; }

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

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

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

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

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

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

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

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