#508024

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

Shades of Vida Loca #508024

Tints of Vida Loca #508024

Color information

#508024 (or 0x508024) is unknown color: approx Vida Loca. HEX triplet: 50, 80 and 24. RGB value is (80,128,36). Sum of RGB (Red+Green+Blue) = 80+128+36=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #508024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508024 is #AF7FDB. Grayscale: #676767. Windows color (decimal): -11501532 or 2392144. OLE color: 2392144.

HSL color Cylindrical-coordinate representation of color #508024: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #508024 is Cyan = 0.38, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB8012836-
CMYK0.3800.720.50
HSL91.3º56.1%32.16%-
HSV(B)91.3º71.88%50.2%-
XYZ11.3517.274.4-
YUV103.1690.1111.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 128 (50.39% from 255) = 52.46%
BLUE value IS 36 (14.45% from 255) = 14.75%
R=32.79%
G=52.46%
B=14.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80128360.3800.720.5091.356.132.16
Hex50802426048325b3820
Octal12020044460110621337040
Binary101000010000000100100100110010010001100101011011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508024; }

 p { color: rgb(80,128,36); }

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

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

 a { background-color: rgb(80,128,36); }

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

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

 span { border-color: rgb(80,128,36); }

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