Html Css Color HEX #508325 Vida Loca

📋 copy color: '#508325'

red 80 ◦ green 131 ◦ blue 37

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

Shades of Vida Loca #508325

Tints of Vida Loca #508325

RGB

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

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

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

R = 32.26%
G = 52.82%
B = 14.92%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#508325 (or 0x508325) is known color: Vida Loca. HEX triplet: 50, 83 and 25. RGB value is (80,131,37). Sum of RGB (Red+Green+Blue) = 80+131+37=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 131 (51.56% from 255 or 52.82% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 131 - color contains mainly: green. Hex color #508325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508325 is #AF7CDA. Grayscale: #696969. Windows color (decimal): -11500763 or 2458448. OLE color: 2458448.

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

Color convert

RGB 80 131 37 -
CMYK 0.39 0 0.72 0.49
HSL 92.55º 0.56% 0.33% -
HSV(B) 92.55º 0.72% 0.51% -
XYZ 11.76 18.07 4.62 -
YUV 105.04 89.6 110.14 -
System Red Green Blue C M Y K H S L
Decimal 80 131 37 0.39 0 0.72 0.49 92.55 0.56 0.33
Hex 50 83 25 27 0 48 31 5D 38 21
Octal 120 203 45 47 0 110 61 135 70 41
Binary 1010000 10000011 100101 100111 0 1001000 110001 1011101 111000 100001

Color Harmonies of #508325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508325

Black with #508325

Text Example


Text Example

White with #508325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508325; }

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

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

background-color css

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

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

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

border-color css

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

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

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