#589225

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

Shades of Vida Loca #589225

Tints of Vida Loca #589225

Color information

#589225 (or 0x589225) is unknown color: approx Vida Loca. HEX triplet: 58, 92 and 25. RGB value is (88,146,37). Sum of RGB (Red+Green+Blue) = 88+146+37=271 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.47% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #589225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589225 is #A76DDA. Grayscale: #747474. Windows color (decimal): -10972635 or 2462296. OLE color: 2462296.

HSL color Cylindrical-coordinate representation of color #589225: hue angle of 91.93º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #589225 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.43.

Color convert

RGB8814637-
CMYK0.4000.750.43
HSL91.93º59.56%35.88%-
HSV(B)91.93º74.66%57.25%-
XYZ14.6422.775.37-
YUV116.2383.28107.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.47%
GREEN value IS 146 (57.42% from 255) = 53.87%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=32.47%
G=53.87%
B=13.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88146370.4000.750.4391.9359.5635.88
Hex5892252804B2B5c3c24
Octal13022245500113531347444
Binary101100010010010100101101000010010111010111011100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589225; }

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

 H1.HeaderClassName
 {
   color: #589225;
 }
 .AnyTagClassName
 {
   color: #589225;
 }
</style>
background-color css

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

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

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

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

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

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