#598229

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

Shades of Vida Loca #598229

Tints of Vida Loca #598229

Color information

#598229 (or 0x598229) is unknown color: approx Vida Loca. HEX triplet: 59, 82 and 29. RGB value is (89,130,41). Sum of RGB (Red+Green+Blue) = 89+130+41=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 130 (51.17% from 255 or 50% from 260); Blue value is 41 (16.41% from 255 or 15.77% from 260); Max value from RGB is 130 - color contains mainly: green. Hex color #598229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598229 is #A67DD6. Grayscale: #6B6B6B. Windows color (decimal): -10911191 or 2720345. OLE color: 2720345.

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

Color convert

RGB8913041-
CMYK0.3200.680.49
HSL87.64º52.05%33.53%-
HSV(B)87.64º68.46%50.98%-
XYZ12.518.254.96-
YUV107.690.42114.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.23%
GREEN value IS 130 (51.17% from 255) = 50%
BLUE value IS 41 (16.41% from 255) = 15.77%
R=34.23%
G=50%
B=15.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130410.3200.680.4987.6452.0533.53
Hex5982292004431583422
Octal13120251400104611306442
Binary101100110000010101001100000010001001100011011000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598229; }

 p { color: rgb(89,130,41); }

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

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

 a { background-color: rgb(89,130,41); }

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

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

 span { border-color: rgb(89,130,41); }

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