Html Css Color HEX #588228 Vida Loca

📋 copy color: '#588228'

red 88 ◦ green 130 ◦ blue 40

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

Shades of Vida Loca #588228

Tints of Vida Loca #588228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.5%

R = 34.11%
G = 50.39%
B = 15.5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#588228 (or 0x588228) is known color: Vida Loca. HEX triplet: 58, 82 and 28. RGB value is (88,130,40). Sum of RGB (Red+Green+Blue) = 88+130+40=258 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.11% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 40 (16.02% from 255 or 15.50% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #588228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588228 is #A77DD7. Grayscale: #6B6B6B. Windows color (decimal): -10976728 or 2654808. OLE color: 2654808.

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

Color convert

RGB 88 130 40 -
CMYK 0.32 0 0.69 0.49
HSL 88º 0.53% 0.33% -
HSV(B) 88º 0.69% 0.51% -
XYZ 12.39 18.19 4.87 -
YUV 107.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 88 130 40 0.32 0 0.69 0.49 88 0.53 0.33
Hex 58 82 28 20 0 45 31 58 35 21
Octal 130 202 50 40 0 105 61 130 65 41
Binary 1011000 10000010 101000 100000 0 1000101 110001 1011000 110101 100001

Color Harmonies of #588228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588228

Black with #588228

Text Example


Text Example

White with #588228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588228; }

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

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

background-color css

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

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

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

border-color css

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

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

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