Html Css Color HEX #505911 Verdun Green

📋 copy color: '#505911'

red 80 ◦ green 89 ◦ blue 17

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

Shades of Verdun Green #505911

Tints of Verdun Green #505911

RGB

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

 GREEN value IS 89 (35.16% from 255) = 47.85%

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

R = 43.01%
G = 47.85%
B = 9.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#505911 (or 0x505911) is known color: Verdun Green. HEX triplet: 50, 59 and 11. RGB value is (80,89,17). Sum of RGB (Red+Green+Blue) = 80+89+17=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #505911 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505911 is #AFA6EE. Grayscale: #4E4E4E. Windows color (decimal): -11511535 or 1136976. OLE color: 1136976.

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

Color convert

RGB 80 89 17 -
CMYK 0.10 0 0.81 0.65
HSL 67.5º 0.68% 0.21% -
HSV(B) 67.5º 0.81% 0.35% -
XYZ 6.98 8.89 1.88 -
YUV 78.1 93.52 129.35 -
System Red Green Blue C M Y K H S L
Decimal 80 89 17 0.10 0 0.81 0.65 67.5 0.68 0.21
Hex 50 59 11 A 0 51 41 44 44 15
Octal 120 131 21 12 0 121 101 104 104 25
Binary 1010000 1011001 10001 1010 0 1010001 1000001 1000100 1000100 10101

Color Harmonies of #505911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505911

Black with #505911

Text Example


Text Example

White with #505911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505911; }

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

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

background-color css

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

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

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

border-color css

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

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

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