Html Css Color HEX #506017 Verdun Green

📋 copy color: '#506017'

red 80 ◦ green 96 ◦ blue 23

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

Shades of Verdun Green #506017

Tints of Verdun Green #506017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.56%

R = 40.2%
G = 48.24%
B = 11.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#506017 (or 0x506017) is known color: Verdun Green. HEX triplet: 50, 60 and 17. RGB value is (80,96,23). Sum of RGB (Red+Green+Blue) = 80+96+23=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 96 - color contains mainly: green. Hex color #506017 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506017 is #AF9FE8. Grayscale: #535353. Windows color (decimal): -11509737 or 1531984. OLE color: 1531984.

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

Color convert

RGB 80 96 23 -
CMYK 0.17 0 0.76 0.62
HSL 73.15º 0.61% 0.23% -
HSV(B) 73.15º 0.76% 0.38% -
XYZ 7.65 10.13 2.36 -
YUV 82.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 80 96 23 0.17 0 0.76 0.62 73.15 0.61 0.23
Hex 50 60 17 11 0 4C 3E 49 3D 17
Octal 120 140 27 21 0 114 76 111 75 27
Binary 1010000 1100000 10111 10001 0 1001100 111110 1001001 111101 10111

Color Harmonies of #506017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506017

Black with #506017

Text Example


Text Example

White with #506017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506017; }

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

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

background-color css

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

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

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

border-color css

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

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

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