Html Css Color HEX #588230 Vida Loca

📋 copy color: '#588230'

red 88 ◦ green 130 ◦ blue 48

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

Shades of Vida Loca #588230

Tints of Vida Loca #588230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.05%

R = 33.08%
G = 48.87%
B = 18.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#588230 (or 0x588230) is known color: Vida Loca. HEX triplet: 58, 82 and 30. RGB value is (88,130,48). Sum of RGB (Red+Green+Blue) = 88+130+48=266 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.08% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #588230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #588230 is #A77DCF. Grayscale: #6C6C6C. Windows color (decimal): -10976720 or 3179096. OLE color: 3179096.

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

Color convert

RGB 88 130 48 -
CMYK 0.32 0 0.63 0.49
HSL 90.73º 0.46% 0.35% -
HSV(B) 90.73º 0.63% 0.51% -
XYZ 12.54 18.25 5.66 -
YUV 108.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 88 130 48 0.32 0 0.63 0.49 90.73 0.46 0.35
Hex 58 82 30 20 0 3F 31 5B 2E 23
Octal 130 202 60 40 0 77 61 133 56 43
Binary 1011000 10000010 110000 100000 0 111111 110001 1011011 101110 100011

Color Harmonies of #588230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588230

Black with #588230

Text Example


Text Example

White with #588230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588230; }

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

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

background-color css

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

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

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

border-color css

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

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

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