Html Css Color HEX #506014 Verdun Green

📋 copy color: '#506014'

red 80 ◦ green 96 ◦ blue 20

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

Shades of Verdun Green #506014

Tints of Verdun Green #506014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 40.82%
G = 48.98%
B = 10.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#506014 (or 0x506014) is known color: Verdun Green. HEX triplet: 50, 60 and 14. RGB value is (80,96,20). Sum of RGB (Red+Green+Blue) = 80+96+20=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #506014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506014 is #AF9FEB. Grayscale: #525252. Windows color (decimal): -11509740 or 1335376. OLE color: 1335376.

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

Color convert

RGB 80 96 20 -
CMYK 0.17 0 0.79 0.62
HSL 72.63º 0.66% 0.23% -
HSV(B) 72.63º 0.79% 0.38% -
XYZ 7.62 10.12 2.21 -
YUV 82.55 92.7 126.18 -
System Red Green Blue C M Y K H S L
Decimal 80 96 20 0.17 0 0.79 0.62 72.63 0.66 0.23
Hex 50 60 14 11 0 4F 3E 49 42 17
Octal 120 140 24 21 0 117 76 111 102 27
Binary 1010000 1100000 10100 10001 0 1001111 111110 1001001 1000010 10111

Color Harmonies of #506014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506014

Black with #506014

Text Example


Text Example

White with #506014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506014; }

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

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

background-color css

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

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

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

border-color css

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

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

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