Html Css Color HEX #505411 Verdun Green

📋 copy color: '#505411'

red 80 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #505411

Tints of Verdun Green #505411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

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

R = 44.2%
G = 46.41%
B = 9.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#505411 (or 0x505411) is known color: Verdun Green. HEX triplet: 50, 54 and 11. RGB value is (80,84,17). Sum of RGB (Red+Green+Blue) = 80+84+17=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #505411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505411 is #AFABEE. Grayscale: #4B4B4B. Windows color (decimal): -11512815 or 1135696. OLE color: 1135696.

HSL color Cylindrical-coordinate representation of color #505411: hue angle of 63.58º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #505411 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 17 -
CMYK 0.05 0 0.80 0.67
HSL 63.58º 0.66% 0.2% -
HSV(B) 63.58º 0.8% 0.33% -
XYZ 6.58 8.09 1.74 -
YUV 75.17 95.17 131.45 -
System Red Green Blue C M Y K H S L
Decimal 80 84 17 0.05 0 0.80 0.67 63.58 0.66 0.2
Hex 50 54 11 5 0 50 43 40 42 14
Octal 120 124 21 5 0 120 103 100 102 24
Binary 1010000 1010100 10001 101 0 1010000 1000011 1000000 1000010 10100

Color Harmonies of #505411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505411

Black with #505411

Text Example


Text Example

White with #505411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505411; }

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

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

background-color css

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

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

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

border-color css

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

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

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