Html Css Color HEX #508425 Vida Loca

📋 copy color: '#508425'

red 80 ◦ green 132 ◦ blue 37

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

Shades of Vida Loca #508425

Tints of Vida Loca #508425

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 32.13%
G = 53.01%
B = 14.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#508425 (or 0x508425) is known color: Vida Loca. HEX triplet: 50, 84 and 25. RGB value is (80,132,37). Sum of RGB (Red+Green+Blue) = 80+132+37=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #508425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508425 is #AF7BDA. Grayscale: #696969. Windows color (decimal): -11500507 or 2458704. OLE color: 2458704.

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

Color convert

RGB 80 132 37 -
CMYK 0.39 0 0.72 0.48
HSL 92.84º 0.56% 0.33% -
HSV(B) 92.84º 0.72% 0.52% -
XYZ 11.89 18.34 4.66 -
YUV 105.62 89.27 109.72 -
System Red Green Blue C M Y K H S L
Decimal 80 132 37 0.39 0 0.72 0.48 92.84 0.56 0.33
Hex 50 84 25 27 0 48 30 5D 38 21
Octal 120 204 45 47 0 110 60 135 70 41
Binary 1010000 10000100 100101 100111 0 1001000 110000 1011101 111000 100001

Color Harmonies of #508425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508425

Black with #508425

Text Example


Text Example

White with #508425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508425; }

 p { color: rgb(80,132,37); }

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

background-color css

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

 a { background-color: rgb(80,132,37); }

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

border-color css

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

 span { border-color: rgb(80,132,37); }

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