Html Css Color HEX #506417 Verdun Green

📋 copy color: '#506417'

red 80 ◦ green 100 ◦ blue 23

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

Shades of Verdun Green #506417

Tints of Verdun Green #506417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 49.26%

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

R = 39.41%
G = 49.26%
B = 11.33%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.77

 K value IS 0.61

RGB Variations

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

Color information

#506417 (or 0x506417) is known color: Verdun Green. HEX triplet: 50, 64 and 17. RGB value is (80,100,23). Sum of RGB (Red+Green+Blue) = 80+100+23=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 100 - color contains mainly: green. Hex color #506417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506417 is #AF9BE8. Grayscale: #555555. Windows color (decimal): -11508713 or 1533008. OLE color: 1533008.

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

Color convert

RGB 80 100 23 -
CMYK 0.2 0 0.77 0.61
HSL 75.58º 0.63% 0.24% -
HSV(B) 75.58º 0.77% 0.39% -
XYZ 8.02 10.88 2.49 -
YUV 85.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 80 100 23 0.2 0 0.77 0.61 75.58 0.63 0.24
Hex 50 64 17 14 0 4D 3D 4C 3F 18
Octal 120 144 27 24 0 115 75 114 77 30
Binary 1010000 1100100 10111 10100 0 1001101 111101 1001100 111111 11000

Color Harmonies of #506417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506417

Black with #506417

Text Example


Text Example

White with #506417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506417; }

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

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

background-color css

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

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

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

border-color css

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

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

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