Html Css Color HEX #588525 Vida Loca

📋 copy color: '#588525'

red 88 ◦ green 133 ◦ blue 37

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

Shades of Vida Loca #588525

Tints of Vida Loca #588525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.34%

R = 34.11%
G = 51.55%
B = 14.34%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#588525 (or 0x588525) is known color: Vida Loca. HEX triplet: 58, 85 and 25. RGB value is (88,133,37). Sum of RGB (Red+Green+Blue) = 88+133+37=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 133 (52.34% from 255 or 51.55% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 133 - color contains mainly: green. Hex color #588525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588525 is #A77ADA. Grayscale: #6C6C6C. Windows color (decimal): -10975963 or 2458968. OLE color: 2458968.

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

Color convert

RGB 88 133 37 -
CMYK 0.34 0 0.72 0.48
HSL 88.13º 0.56% 0.33% -
HSV(B) 88.13º 0.72% 0.52% -
XYZ 12.75 18.98 4.74 -
YUV 108.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 88 133 37 0.34 0 0.72 0.48 88.13 0.56 0.33
Hex 58 85 25 22 0 48 30 58 38 21
Octal 130 205 45 42 0 110 60 130 70 41
Binary 1011000 10000101 100101 100010 0 1001000 110000 1011000 111000 100001

Color Harmonies of #588525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588525

Black with #588525

Text Example


Text Example

White with #588525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588525; }

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

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

background-color css

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

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

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

border-color css

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

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

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