Html Css Color HEX #506513 Verdun Green

📋 copy color: '#506513'

red 80 ◦ green 101 ◦ blue 19

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

Shades of Verdun Green #506513

Tints of Verdun Green #506513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 50.5%

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

R = 40%
G = 50.5%
B = 9.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#506513 (or 0x506513) is known color: Verdun Green. HEX triplet: 50, 65 and 13. RGB value is (80,101,19). Sum of RGB (Red+Green+Blue) = 80+101+19=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 101 (39.84% from 255 or 50.5% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 101 - color contains mainly: green. Hex color #506513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506513 is #AF9AEC. Grayscale: #555555. Windows color (decimal): -11508461 or 1271120. OLE color: 1271120.

HSL color Cylindrical-coordinate representation of color #506513: hue angle of 75.37º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #506513 is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 101 19 -
CMYK 0.21 0 0.81 0.60
HSL 75.37º 0.68% 0.24% -
HSV(B) 75.37º 0.81% 0.4% -
XYZ 8.08 11.06 2.33 -
YUV 85.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 80 101 19 0.21 0 0.81 0.60 75.37 0.68 0.24
Hex 50 65 13 15 0 51 3C 4B 44 18
Octal 120 145 23 25 0 121 74 113 104 30
Binary 1010000 1100101 10011 10101 0 1010001 111100 1001011 1000100 11000

Color Harmonies of #506513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506513

Black with #506513

Text Example


Text Example

White with #506513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506513; }

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

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

background-color css

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

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

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

border-color css

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

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

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