Html Css Color HEX #588512 Vida Loca

📋 copy color: '#588512'

red 88 ◦ green 133 ◦ blue 18

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

Shades of Vida Loca #588512

Tints of Vida Loca #588512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.65%

 BLUE value IS 18 (7.42% from 255) = 7.53%

R = 36.82%
G = 55.65%
B = 7.53%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#588512 (or 0x588512) is known color: Vida Loca. HEX triplet: 58, 85 and 12. RGB value is (88,133,18). Sum of RGB (Red+Green+Blue) = 88+133+18=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #588512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #588512 is #A77AED. Grayscale: #6A6A6A. Windows color (decimal): -10975982 or 1213784. OLE color: 1213784.

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

Color convert

RGB 88 133 18 -
CMYK 0.34 0 0.86 0.48
HSL 83.48º 0.76% 0.3% -
HSV(B) 83.48º 0.86% 0.52% -
XYZ 12.52 18.89 3.56 -
YUV 106.44 78.09 114.85 -
System Red Green Blue C M Y K H S L
Decimal 88 133 18 0.34 0 0.86 0.48 83.48 0.76 0.3
Hex 58 85 12 22 0 56 30 53 4C 1E
Octal 130 205 22 42 0 126 60 123 114 36
Binary 1011000 10000101 10010 100010 0 1010110 110000 1010011 1001100 11110

Color Harmonies of #588512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588512

Black with #588512

Text Example


Text Example

White with #588512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588512; }

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

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

background-color css

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

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

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

border-color css

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

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

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