Html Css Color HEX #506117 Verdun Green

📋 copy color: '#506117'

red 80 ◦ green 97 ◦ blue 23

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

Shades of Verdun Green #506117

Tints of Verdun Green #506117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.5%

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

R = 40%
G = 48.5%
B = 11.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.76

 K value IS 0.62

RGB Variations

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

Color information

#506117 (or 0x506117) is known color: Verdun Green. HEX triplet: 50, 61 and 17. RGB value is (80,97,23). Sum of RGB (Red+Green+Blue) = 80+97+23=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #506117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506117 is #AF9EE8. Grayscale: #535353. Windows color (decimal): -11509481 or 1532240. OLE color: 1532240.

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

Color convert

RGB 80 97 23 -
CMYK 0.18 0 0.76 0.62
HSL 73.78º 0.62% 0.24% -
HSV(B) 73.78º 0.76% 0.38% -
XYZ 7.74 10.32 2.39 -
YUV 83.48 93.87 125.52 -
System Red Green Blue C M Y K H S L
Decimal 80 97 23 0.18 0 0.76 0.62 73.78 0.62 0.24
Hex 50 61 17 12 0 4C 3E 4A 3E 18
Octal 120 141 27 22 0 114 76 112 76 30
Binary 1010000 1100001 10111 10010 0 1001100 111110 1001010 111110 11000

Color Harmonies of #506117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506117

Black with #506117

Text Example


Text Example

White with #506117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506117; }

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

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

background-color css

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

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

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

border-color css

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

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

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