Html Css Color HEX #508920 Vida Loca

📋 copy color: '#508920'

red 80 ◦ green 137 ◦ blue 32

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

Shades of Vida Loca #508920

Tints of Vida Loca #508920

RGB

 RED value IS 80 (31.64% from 255) = 32.13%

 GREEN value IS 137 (53.91% from 255) = 55.02%

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

R = 32.13%
G = 55.02%
B = 12.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#508920 (or 0x508920) is known color: Vida Loca. HEX triplet: 50, 89 and 20. RGB value is (80,137,32). Sum of RGB (Red+Green+Blue) = 80+137+32=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 137 (53.91% from 255 or 55.02% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 137 - color contains mainly: green. Hex color #508920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508920 is #AF76DF. Grayscale: #6C6C6C. Windows color (decimal): -11499232 or 2132304. OLE color: 2132304.

HSL color Cylindrical-coordinate representation of color #508920: hue angle of 92.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #508920 is Cyan = 0.42, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 32 -
CMYK 0.42 0 0.77 0.46
HSL 92.57º 0.62% 0.33% -
HSV(B) 92.57º 0.77% 0.54% -
XYZ 12.51 19.7 4.51 -
YUV 107.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 80 137 32 0.42 0 0.77 0.46 92.57 0.62 0.33
Hex 50 89 20 2A 0 4D 2E 5D 3E 21
Octal 120 211 40 52 0 115 56 135 76 41
Binary 1010000 10001001 100000 101010 0 1001101 101110 1011101 111110 100001

Color Harmonies of #508920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508920

Black with #508920

Text Example


Text Example

White with #508920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508920; }

 p { color: rgb(80,137,32); }

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

background-color css

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

 a { background-color: rgb(80,137,32); }

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

border-color css

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

 span { border-color: rgb(80,137,32); }

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