#598231

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

Shades of Vida Loca #598231

Tints of Vida Loca #598231

Color information

#598231 (or 0x598231) is unknown color: approx Vida Loca. HEX triplet: 59, 82 and 31. RGB value is (89,130,49). Sum of RGB (Red+Green+Blue) = 89+130+49=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #598231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598231 is #A67DCE. Grayscale: #6C6C6C. Windows color (decimal): -10911183 or 3244633. OLE color: 3244633.

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

Color convert

RGB8913049-
CMYK0.3200.620.49
HSL90.37º45.25%35.1%-
HSV(B)90.37º62.31%50.98%-
XYZ12.6618.315.77-
YUV108.5194.42114.09-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=33.21%
G=48.51%
B=18.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal89130490.3200.620.4990.3745.2535.1
Hex5982312003E315a2d23
Octal1312026140076611325543
Binary10110011000001011000110000001111101100011011010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #598231; }

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

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

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

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

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

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

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

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