Html Css Color HEX #508319 Vida Loca

📋 copy color: '#508319'

red 80 ◦ green 131 ◦ blue 25

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

Shades of Vida Loca #508319

Tints of Vida Loca #508319

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.51%

 BLUE value IS 25 (10.16% from 255) = 10.59%

R = 33.9%
G = 55.51%
B = 10.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.81

 K value IS 0.49

RGB Variations

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

Color information

#508319 (or 0x508319) is known color: Vida Loca. HEX triplet: 50, 83 and 19. RGB value is (80,131,25). Sum of RGB (Red+Green+Blue) = 80+131+25=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 131 (51.56% from 255 or 55.51% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 131 - color contains mainly: green. Hex color #508319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #508319 is #AF7CE6. Grayscale: #686868. Windows color (decimal): -11500775 or 1672016. OLE color: 1672016.

HSL color Cylindrical-coordinate representation of color #508319: hue angle of 88.87º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #508319 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 131 25 -
CMYK 0.39 0 0.81 0.49
HSL 88.87º 0.68% 0.31% -
HSV(B) 88.87º 0.81% 0.51% -
XYZ 11.6 18.01 3.78 -
YUV 103.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 80 131 25 0.39 0 0.81 0.49 88.87 0.68 0.31
Hex 50 83 19 27 0 51 31 59 44 1F
Octal 120 203 31 47 0 121 61 131 104 37
Binary 1010000 10000011 11001 100111 0 1010001 110001 1011001 1000100 11111

Color Harmonies of #508319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508319

Black with #508319

Text Example


Text Example

White with #508319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508319; }

 p { color: rgb(80,131,25); }

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

background-color css

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

 a { background-color: rgb(80,131,25); }

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

border-color css

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

 span { border-color: rgb(80,131,25); }

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