Html Css Color HEX #588225 Vida Loca

📋 copy color: '#588225'

red 88 ◦ green 130 ◦ blue 37

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

Shades of Vida Loca #588225

Tints of Vida Loca #588225

RGB

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

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

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

R = 34.51%
G = 50.98%
B = 14.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#588225 (or 0x588225) is known color: Vida Loca. HEX triplet: 58, 82 and 25. RGB value is (88,130,37). Sum of RGB (Red+Green+Blue) = 88+130+37=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 37 (14.84% from 255 or 14.51% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #588225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588225 is #A77DDA. Grayscale: #6B6B6B. Windows color (decimal): -10976731 or 2458200. OLE color: 2458200.

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

Color convert

RGB 88 130 37 -
CMYK 0.32 0 0.72 0.49
HSL 87.1º 0.56% 0.33% -
HSV(B) 87.1º 0.72% 0.51% -
XYZ 12.34 18.17 4.61 -
YUV 106.84 88.59 114.56 -
System Red Green Blue C M Y K H S L
Decimal 88 130 37 0.32 0 0.72 0.49 87.1 0.56 0.33
Hex 58 82 25 20 0 48 31 57 38 21
Octal 130 202 45 40 0 110 61 127 70 41
Binary 1011000 10000010 100101 100000 0 1001000 110001 1010111 111000 100001

Color Harmonies of #588225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588225

Black with #588225

Text Example


Text Example

White with #588225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588225; }

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

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

background-color css

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

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

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

border-color css

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

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

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