#588B0C

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

Shades of Vida Loca #588B0C

Tints of Vida Loca #588B0C

Color information

#588B0C (or 0x588B0C) is unknown color: approx Vida Loca. HEX triplet: 58, 8B and 0C. RGB value is (88,139,12). Sum of RGB (Red+Green+Blue) = 88+139+12=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #588B0C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588B0C is #A774F3. Grayscale: #6D6D6D. Windows color (decimal): -10974452 or 822104. OLE color: 822104.

HSL color Cylindrical-coordinate representation of color #588B0C: hue angle of 84.09º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #588B0C is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB8813912-
CMYK0.3700.910.45
HSL84.09º84.11%29.61%-
HSV(B)84.09º91.37%54.51%-
XYZ13.3220.573.62-
YUV109.2773.1112.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 139 (54.69% from 255) = 58.16%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=36.82%
G=58.16%
B=5.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88139120.3700.910.4584.0984.1129.61
Hex588BC2505B2D54541e
Octal130213144501335512412436
Binary1011000100010111100100101010110111011011010100101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588B0C; }

 p { color: rgb(88,139,12); }

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

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

 a { background-color: rgb(88,139,12); }

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

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

 span { border-color: rgb(88,139,12); }

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