Html Css Color HEX #588028 Vida Loca

📋 copy color: '#588028'

red 88 ◦ green 128 ◦ blue 40

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

Shades of Vida Loca #588028

Tints of Vida Loca #588028

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50%

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

R = 34.38%
G = 50%
B = 15.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#588028 (or 0x588028) is known color: Vida Loca. HEX triplet: 58, 80 and 28. RGB value is (88,128,40). Sum of RGB (Red+Green+Blue) = 88+128+40=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 128 (50.39% from 255 or 50% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 128 - color contains mainly: green. Hex color #588028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588028 is #A77FD7. Grayscale: #6A6A6A. Windows color (decimal): -10977240 or 2654296. OLE color: 2654296.

HSL color Cylindrical-coordinate representation of color #588028: hue angle of 87.27º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #588028 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 40 -
CMYK 0.31 0 0.69 0.50
HSL 87.27º 0.52% 0.33% -
HSV(B) 87.27º 0.69% 0.5% -
XYZ 12.13 17.67 4.78 -
YUV 106.01 90.75 115.16 -
System Red Green Blue C M Y K H S L
Decimal 88 128 40 0.31 0 0.69 0.50 87.27 0.52 0.33
Hex 58 80 28 1F 0 45 32 57 34 21
Octal 130 200 50 37 0 105 62 127 64 41
Binary 1011000 10000000 101000 11111 0 1000101 110010 1010111 110100 100001

Color Harmonies of #588028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588028

Black with #588028

Text Example


Text Example

White with #588028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588028; }

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

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

background-color css

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

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

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

border-color css

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

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

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