#588B12

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

Shades of Vida Loca #588B12

Tints of Vida Loca #588B12

Color information

#588B12 (or 0x588B12) is unknown color: approx Vida Loca. HEX triplet: 58, 8B and 12. RGB value is (88,139,18). Sum of RGB (Red+Green+Blue) = 88+139+18=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #588B12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588B12 is #A774ED. Grayscale: #6E6E6E. Windows color (decimal): -10974446 or 1215320. OLE color: 1215320.

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

Color convert

RGB8813918-
CMYK0.3700.870.45
HSL85.29º77.07%30.78%-
HSV(B)85.29º87.05%54.51%-
XYZ13.3720.583.84-
YUV109.9676.1112.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.92%
GREEN value IS 139 (54.69% from 255) = 56.73%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=35.92%
G=56.73%
B=7.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88139180.3700.870.4585.2977.0730.78
Hex588B12250572D554d1f
Octal130213224501275512511537
Binary10110001000101110010100101010101111011011010101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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