Html Css Color HEX #505311 Verdun Green

📋 copy color: '#505311'

red 80 ◦ green 83 ◦ blue 17

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

Shades of Verdun Green #505311

Tints of Verdun Green #505311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 46.11%

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

R = 44.44%
G = 46.11%
B = 9.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#505311 (or 0x505311) is known color: Verdun Green. HEX triplet: 50, 53 and 11. RGB value is (80,83,17). Sum of RGB (Red+Green+Blue) = 80+83+17=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 17 (7.03% from 255 or 9.44% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #505311 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505311 is #AFACEE. Grayscale: #4A4A4A. Windows color (decimal): -11513071 or 1135440. OLE color: 1135440.

HSL color Cylindrical-coordinate representation of color #505311: hue angle of 62.73º 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 #505311 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 17 -
CMYK 0.04 0 0.80 0.67
HSL 62.73º 0.66% 0.2% -
HSV(B) 62.73º 0.8% 0.33% -
XYZ 6.5 7.93 1.72 -
YUV 74.58 95.51 131.87 -
System Red Green Blue C M Y K H S L
Decimal 80 83 17 0.04 0 0.80 0.67 62.73 0.66 0.2
Hex 50 53 11 4 0 50 43 3F 42 14
Octal 120 123 21 4 0 120 103 77 102 24
Binary 1010000 1010011 10001 100 0 1010000 1000011 111111 1000010 10100

Color Harmonies of #505311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505311

Black with #505311

Text Example


Text Example

White with #505311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505311; }

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

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

background-color css

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

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

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

border-color css

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

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

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