Html Css Color HEX #598520 Vida Loca

📋 copy color: '#598520'

red 89 ◦ green 133 ◦ blue 32

#598520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #598520

Tints of Vida Loca #598520

RGB

 RED value IS 89 (35.16% from 255) = 35.04%

 GREEN value IS 133 (52.34% from 255) = 52.36%

 BLUE value IS 32 (12.89% from 255) = 12.6%

R = 35.04%
G = 52.36%
B = 12.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#598520 (or 0x598520) is known color: Vida Loca. HEX triplet: 59, 85 and 20. RGB value is (89,133,32). Sum of RGB (Red+Green+Blue) = 89+133+32=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 133 (52.34% from 255 or 52.36% from 254); Blue value is 32 (12.89% from 255 or 12.60% from 254); Max value from RGB is 133 - color contains mainly: green. Hex color #598520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #598520 is #A67ADF. Grayscale: #6C6C6C. Windows color (decimal): -10910432 or 2131289. OLE color: 2131289.

HSL color Cylindrical-coordinate representation of color #598520: hue angle of 86.14º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #598520 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 89 133 32 -
CMYK 0.33 0 0.76 0.48
HSL 86.14º 0.61% 0.32% -
HSV(B) 86.14º 0.76% 0.52% -
XYZ 12.77 19 4.36 -
YUV 108.33 84.92 114.21 -
System Red Green Blue C M Y K H S L
Decimal 89 133 32 0.33 0 0.76 0.48 86.14 0.61 0.32
Hex 59 85 20 21 0 4C 30 56 3D 20
Octal 131 205 40 41 0 114 60 126 75 40
Binary 1011001 10000101 100000 100001 0 1001100 110000 1010110 111101 100000

Color Harmonies of #598520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598520

Black with #598520

Text Example


Text Example

White with #598520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598520; }

 p { color: rgb(89,133,32); }

 H1.HeaderClassName
 {
   color: #598520;
 }
 .AnyTagClassName
 {
   color: #598520;
 }
</style>

background-color css

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

 a { background-color: rgb(89,133,32); }

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

border-color css

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

 span { border-color: rgb(89,133,32); }

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