Html Css Color HEX #506414 Verdun Green

📋 copy color: '#506414'

red 80 ◦ green 100 ◦ blue 20

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

Shades of Verdun Green #506414

Tints of Verdun Green #506414

RGB

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

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

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

R = 40%
G = 50%
B = 10%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#506414 (or 0x506414) is known color: Verdun Green. HEX triplet: 50, 64 and 14. RGB value is (80,100,20). Sum of RGB (Red+Green+Blue) = 80+100+20=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #506414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506414 is #AF9BEB. Grayscale: #555555. Windows color (decimal): -11508716 or 1336400. OLE color: 1336400.

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

Color convert

RGB 80 100 20 -
CMYK 0.2 0 0.8 0.61
HSL 75º 0.67% 0.24% -
HSV(B) 75º 0.8% 0.39% -
XYZ 7.99 10.87 2.34 -
YUV 84.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 80 100 20 0.2 0 0.8 0.61 75 0.67 0.24
Hex 50 64 14 14 0 50 3D 4B 43 18
Octal 120 144 24 24 0 120 75 113 103 30
Binary 1010000 1100100 10100 10100 0 1010000 111101 1001011 1000011 11000

Color Harmonies of #506414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506414

Black with #506414

Text Example


Text Example

White with #506414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506414; }

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

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

background-color css

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

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

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

border-color css

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

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

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