Html Css Color HEX #505E19 Verdun Green

📋 copy color: '#505E19'

red 80 ◦ green 94 ◦ blue 25

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

Shades of Verdun Green #505E19

Tints of Verdun Green #505E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 47.24%

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

R = 40.2%
G = 47.24%
B = 12.56%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#505E19 (or 0x505E19) is known color: Verdun Green. HEX triplet: 50, 5E and 19. RGB value is (80,94,25). Sum of RGB (Red+Green+Blue) = 80+94+25=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 94 (37.11% from 255 or 47.24% from 199); Blue value is 25 (10.16% from 255 or 12.56% from 199); Max value from RGB is 94 - color contains mainly: green. Hex color #505E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505E19 is #AFA1E6. Grayscale: #525252. Windows color (decimal): -11510247 or 1662544. OLE color: 1662544.

HSL color Cylindrical-coordinate representation of color #505E19: hue angle of 72.17º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #505E19 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 25 -
CMYK 0.15 0 0.73 0.63
HSL 72.17º 0.58% 0.23% -
HSV(B) 72.17º 0.73% 0.37% -
XYZ 7.49 9.78 2.41 -
YUV 81.95 95.86 126.61 -
System Red Green Blue C M Y K H S L
Decimal 80 94 25 0.15 0 0.73 0.63 72.17 0.58 0.23
Hex 50 5E 19 F 0 49 3F 48 3A 17
Octal 120 136 31 17 0 111 77 110 72 27
Binary 1010000 1011110 11001 1111 0 1001001 111111 1001000 111010 10111

Color Harmonies of #505E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E19

Black with #505E19

Text Example


Text Example

White with #505E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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