Html Css Color HEX #506517 Verdun Green

📋 copy color: '#506517'

red 80 ◦ green 101 ◦ blue 23

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

Shades of Verdun Green #506517

Tints of Verdun Green #506517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 49.51%

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

R = 39.22%
G = 49.51%
B = 11.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#506517 (or 0x506517) is known color: Verdun Green. HEX triplet: 50, 65 and 17. RGB value is (80,101,23). Sum of RGB (Red+Green+Blue) = 80+101+23=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 101 (39.84% from 255 or 49.51% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 101 - color contains mainly: green. Hex color #506517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506517 is #AF9AE8. Grayscale: #565656. Windows color (decimal): -11508457 or 1533264. OLE color: 1533264.

HSL color Cylindrical-coordinate representation of color #506517: hue angle of 76.15º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #506517 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 23 -
CMYK 0.21 0 0.77 0.60
HSL 76.15º 0.63% 0.24% -
HSV(B) 76.15º 0.77% 0.4% -
XYZ 8.12 11.07 2.52 -
YUV 85.83 92.54 123.84 -
System Red Green Blue C M Y K H S L
Decimal 80 101 23 0.21 0 0.77 0.60 76.15 0.63 0.24
Hex 50 65 17 15 0 4D 3C 4C 3F 18
Octal 120 145 27 25 0 115 74 114 77 30
Binary 1010000 1100101 10111 10101 0 1001101 111100 1001100 111111 11000

Color Harmonies of #506517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506517

Black with #506517

Text Example


Text Example

White with #506517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506517; }

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

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

background-color css

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

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

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

border-color css

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

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

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