Html Css Color HEX #508721 Vida Loca

📋 copy color: '#508721'

red 80 ◦ green 135 ◦ blue 33

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

Shades of Vida Loca #508721

Tints of Vida Loca #508721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 32.26%
G = 54.44%
B = 13.31%

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

#508721 (or 0x508721) is known color: Vida Loca. HEX triplet: 50, 87 and 21. RGB value is (80,135,33). Sum of RGB (Red+Green+Blue) = 80+135+33=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 135 (53.12% from 255 or 54.44% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 135 - color contains mainly: green. Hex color #508721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508721 is #AF78DE. Grayscale: #6B6B6B. Windows color (decimal): -11499743 or 2197328. OLE color: 2197328.

HSL color Cylindrical-coordinate representation of color #508721: hue angle of 92.35º degrees, saturation: 0.61, 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 #508721 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 33 -
CMYK 0.41 0 0.76 0.47
HSL 92.35º 0.61% 0.33% -
HSV(B) 92.35º 0.76% 0.53% -
XYZ 12.25 19.14 4.49 -
YUV 106.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 80 135 33 0.41 0 0.76 0.47 92.35 0.61 0.33
Hex 50 87 21 29 0 4C 2F 5C 3D 21
Octal 120 207 41 51 0 114 57 134 75 41
Binary 1010000 10000111 100001 101001 0 1001100 101111 1011100 111101 100001

Color Harmonies of #508721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508721

Black with #508721

Text Example


Text Example

White with #508721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508721; }

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

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

background-color css

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

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

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

border-color css

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

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

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