Html Css Color HEX #508720 Vida Loca

📋 copy color: '#508720'

red 80 ◦ green 135 ◦ blue 32

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

Shades of Vida Loca #508720

Tints of Vida Loca #508720

RGB

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

 GREEN value IS 135 (53.13% from 255) = 54.66%

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

R = 32.39%
G = 54.66%
B = 12.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#508720 (or 0x508720) is known color: Vida Loca. HEX triplet: 50, 87 and 20. RGB value is (80,135,32). Sum of RGB (Red+Green+Blue) = 80+135+32=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 135 (53.12% from 255 or 54.66% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 135 - color contains mainly: green. Hex color #508720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508720 is #AF78DF. Grayscale: #6B6B6B. Windows color (decimal): -11499744 or 2131792. OLE color: 2131792.

HSL color Cylindrical-coordinate representation of color #508720: hue angle of 92.04º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #508720 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 32 -
CMYK 0.41 0 0.76 0.47
HSL 92.04º 0.62% 0.33% -
HSV(B) 92.04º 0.76% 0.53% -
XYZ 12.23 19.14 4.42 -
YUV 106.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 80 135 32 0.41 0 0.76 0.47 92.04 0.62 0.33
Hex 50 87 20 29 0 4C 2F 5C 3E 21
Octal 120 207 40 51 0 114 57 134 76 41
Binary 1010000 10000111 100000 101001 0 1001100 101111 1011100 111110 100001

Color Harmonies of #508720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508720

Black with #508720

Text Example


Text Example

White with #508720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508720; }

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

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

background-color css

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

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

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

border-color css

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

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

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