#589232

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

Shades of Vida Loca #589232

Tints of Vida Loca #589232

Color information

#589232 (or 0x589232) is unknown color: approx Vida Loca. HEX triplet: 58, 92 and 32. RGB value is (88,146,50). Sum of RGB (Red+Green+Blue) = 88+146+50=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #589232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #589232 is #A76DCD. Grayscale: #767676. Windows color (decimal): -10972622 or 3314264. OLE color: 3314264.

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

Color convert

RGB8814650-
CMYK0.4000.660.43
HSL96.25º48.98%38.43%-
HSV(B)96.25º65.75%57.25%-
XYZ14.8822.866.65-
YUV117.7189.78106.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.99%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 50 (19.92% from 255) = 17.61%
R=30.99%
G=51.41%
B=17.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal88146500.4000.660.4396.2548.9838.43
Hex589232280422B603126
Octal13022262500102531406146
Binary101100010010010110010101000010000101010111100000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #589232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #589232; }

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

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

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

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

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

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

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

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