Html Css Color HEX #506013 Verdun Green

📋 copy color: '#506013'

red 80 ◦ green 96 ◦ blue 19

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

Shades of Verdun Green #506013

Tints of Verdun Green #506013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 41.03%
G = 49.23%
B = 9.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#506013 (or 0x506013) is known color: Verdun Green. HEX triplet: 50, 60 and 13. RGB value is (80,96,19). Sum of RGB (Red+Green+Blue) = 80+96+19=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #506013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506013 is #AF9FEC. Grayscale: #525252. Windows color (decimal): -11509741 or 1269840. OLE color: 1269840.

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

Color convert

RGB 80 96 19 -
CMYK 0.17 0 0.80 0.62
HSL 72.47º 0.67% 0.23% -
HSV(B) 72.47º 0.8% 0.38% -
XYZ 7.61 10.12 2.17 -
YUV 82.44 92.2 126.26 -
System Red Green Blue C M Y K H S L
Decimal 80 96 19 0.17 0 0.80 0.62 72.47 0.67 0.23
Hex 50 60 13 11 0 50 3E 48 43 17
Octal 120 140 23 21 0 120 76 110 103 27
Binary 1010000 1100000 10011 10001 0 1010000 111110 1001000 1000011 10111

Color Harmonies of #506013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506013

Black with #506013

Text Example


Text Example

White with #506013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506013; }

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

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

background-color css

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

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

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

border-color css

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

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

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