Html Css Color HEX #506019 Verdun Green

📋 copy color: '#506019'

red 80 ◦ green 96 ◦ blue 25

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

Shades of Verdun Green #506019

Tints of Verdun Green #506019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.76%

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

R = 39.8%
G = 47.76%
B = 12.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#506019 (or 0x506019) is known color: Verdun Green. HEX triplet: 50, 60 and 19. RGB value is (80,96,25). Sum of RGB (Red+Green+Blue) = 80+96+25=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #506019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506019 is #AF9FE6. Grayscale: #535353. Windows color (decimal): -11509735 or 1663056. OLE color: 1663056.

HSL color Cylindrical-coordinate representation of color #506019: hue angle of 73.52º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #506019 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 25 -
CMYK 0.17 0 0.74 0.62
HSL 73.52º 0.59% 0.24% -
HSV(B) 73.52º 0.74% 0.38% -
XYZ 7.67 10.14 2.47 -
YUV 83.12 95.2 125.77 -
System Red Green Blue C M Y K H S L
Decimal 80 96 25 0.17 0 0.74 0.62 73.52 0.59 0.24
Hex 50 60 19 11 0 4A 3E 4A 3B 18
Octal 120 140 31 21 0 112 76 112 73 30
Binary 1010000 1100000 11001 10001 0 1001010 111110 1001010 111011 11000

Color Harmonies of #506019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506019

Black with #506019

Text Example


Text Example

White with #506019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506019; }

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

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

background-color css

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

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

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

border-color css

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

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

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