#598B32

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

Shades of Vida Loca #598B32

Tints of Vida Loca #598B32

Color information

#598B32 (or 0x598B32) is unknown color: approx Vida Loca. HEX triplet: 59, 8B and 32. RGB value is (89,139,50). Sum of RGB (Red+Green+Blue) = 89+139+50=278 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.01% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #598B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598B32 is #A674CD. Grayscale: #727272. Windows color (decimal): -10908878 or 3312473. OLE color: 3312473.

HSL color Cylindrical-coordinate representation of color #598B32: hue angle of 93.71º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #598B32 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB8913950-
CMYK0.3600.640.45
HSL93.71º47.09%37.06%-
HSV(B)93.71º64.03%54.51%-
XYZ13.9320.826.3-
YUV113.991.94110.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.01%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=32.01%
G=50%
B=17.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal89139500.3600.640.4593.7147.0937.06
Hex598B32240402D5e2f25
Octal13121362440100551365745
Binary101100110001011110010100100010000001011011011110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598B32; }

 p { color: rgb(89,139,50); }

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

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

 a { background-color: rgb(89,139,50); }

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

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

 span { border-color: rgb(89,139,50); }

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