Html Css Color HEX #588219 Vida Loca

📋 copy color: '#588219'

red 88 ◦ green 130 ◦ blue 25

#588219
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #588219

Tints of Vida Loca #588219

RGB

 RED value IS 88 (34.77% from 255) = 36.21%

 GREEN value IS 130 (51.17% from 255) = 53.5%

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 36.21%
G = 53.5%
B = 10.29%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#588219 (or 0x588219) is known color: Vida Loca. HEX triplet: 58, 82 and 19. RGB value is (88,130,25). Sum of RGB (Red+Green+Blue) = 88+130+25=243 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.21% from 243); Green value is 130 (51.17% from 255 or 53.50% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 130 - color contains mainly: green. Hex color #588219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588219 is #A77DE6. Grayscale: #696969. Windows color (decimal): -10976743 or 1671768. OLE color: 1671768.

HSL color Cylindrical-coordinate representation of color #588219: hue angle of 84º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #588219 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 25 -
CMYK 0.32 0 0.81 0.49
HSL 84º 0.68% 0.3% -
HSV(B) 84º 0.81% 0.51% -
XYZ 12.18 18.11 3.77 -
YUV 105.47 82.59 115.54 -
System Red Green Blue C M Y K H S L
Decimal 88 130 25 0.32 0 0.81 0.49 84 0.68 0.3
Hex 58 82 19 20 0 51 31 54 44 1E
Octal 130 202 31 40 0 121 61 124 104 36
Binary 1011000 10000010 11001 100000 0 1010001 110001 1010100 1000100 11110

Color Harmonies of #588219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588219

Black with #588219

Text Example


Text Example

White with #588219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588219; }

 p { color: rgb(88,130,25); }

 H1.HeaderClassName
 {
   color: #588219;
 }
 .AnyTagClassName
 {
   color: #588219;
 }
</style>

background-color css

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

 a { background-color: rgb(88,130,25); }

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

border-color css

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

 span { border-color: rgb(88,130,25); }

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