#588C1F

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

Shades of Vida Loca #588C1F

Tints of Vida Loca #588C1F

Color information

#588C1F (or 0x588C1F) is unknown color: approx Vida Loca. HEX triplet: 58, 8C and 1F. RGB value is (88,140,31). Sum of RGB (Red+Green+Blue) = 88+140+31=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #588C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588C1F is #A773E0. Grayscale: #707070. Windows color (decimal): -10974177 or 2067544. OLE color: 2067544.

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

Color convert

RGB8814031-
CMYK0.3700.780.45
HSL88.62º63.74%33.53%-
HSV(B)88.62º77.86%54.9%-
XYZ13.6520.934.62-
YUV112.0382.27110.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.98%
GREEN value IS 140 (55.08% from 255) = 54.05%
BLUE value IS 31 (12.5% from 255) = 11.97%
R=33.98%
G=54.05%
B=11.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88140310.3700.780.4588.6263.7433.53
Hex588C1F2504E2D594022
Octal130214374501165513110042
Binary101100010001100111111001010100111010110110110011000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,140,31); }

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

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

 a { background-color: rgb(88,140,31); }

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

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

 span { border-color: rgb(88,140,31); }

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