Html Css Color HEX #506511 Verdun Green

📋 copy color: '#506511'

red 80 ◦ green 101 ◦ blue 17

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

Shades of Verdun Green #506511

Tints of Verdun Green #506511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 40.4%
G = 51.01%
B = 8.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#506511 (or 0x506511) is known color: Verdun Green. HEX triplet: 50, 65 and 11. RGB value is (80,101,17). Sum of RGB (Red+Green+Blue) = 80+101+17=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 101 (39.84% from 255 or 51.01% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 101 - color contains mainly: green. Hex color #506511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506511 is #AF9AEE. Grayscale: #555555. Windows color (decimal): -11508463 or 1140048. OLE color: 1140048.

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

Color convert

RGB 80 101 17 -
CMYK 0.21 0 0.83 0.60
HSL 75º 0.71% 0.23% -
HSV(B) 75º 0.83% 0.4% -
XYZ 8.06 11.05 2.24 -
YUV 85.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 80 101 17 0.21 0 0.83 0.60 75 0.71 0.23
Hex 50 65 11 15 0 53 3C 4B 47 17
Octal 120 145 21 25 0 123 74 113 107 27
Binary 1010000 1100101 10001 10101 0 1010011 111100 1001011 1000111 10111

Color Harmonies of #506511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506511

Black with #506511

Text Example


Text Example

White with #506511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506511; }

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

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

background-color css

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

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

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

border-color css

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

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

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