#588230

Color #588230 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #588230

Tints of Vida Loca #588230

Color information

#588230 (or 0x588230) is unknown color: approx 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

RGB8813048-
CMYK0.3200.630.49
HSL90.73º46.07%34.9%-
HSV(B)90.73º63.08%50.98%-
XYZ12.5418.255.66-
YUV108.0994.09113.67-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal88130480.3200.630.4990.7346.0734.9
Hex5882302003F315b2e23
Octal1302026040077611335643
Binary10110001000001011000010000001111111100011011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>