Html Css Color HEX #505310 Verdun Green

📋 copy color: '#505310'

red 80 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #505310

Tints of Verdun Green #505310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.94%

R = 44.69%
G = 46.37%
B = 8.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#505310 (or 0x505310) is known color: Verdun Green. HEX triplet: 50, 53 and 10. RGB value is (80,83,16). Sum of RGB (Red+Green+Blue) = 80+83+16=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #505310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505310 is #AFACEF. Grayscale: #4A4A4A. Windows color (decimal): -11513072 or 1069904. OLE color: 1069904.

HSL color Cylindrical-coordinate representation of color #505310: hue angle of 62.69º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #505310 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 16 -
CMYK 0.04 0 0.81 0.67
HSL 62.69º 0.68% 0.19% -
HSV(B) 62.69º 0.81% 0.33% -
XYZ 6.5 7.93 1.68 -
YUV 74.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 80 83 16 0.04 0 0.81 0.67 62.69 0.68 0.19
Hex 50 53 10 4 0 51 43 3F 44 13
Octal 120 123 20 4 0 121 103 77 104 23
Binary 1010000 1010011 10000 100 0 1010001 1000011 111111 1000100 10011

Color Harmonies of #505310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505310

Black with #505310

Text Example


Text Example

White with #505310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505310; }

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

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

background-color css

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

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

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

border-color css

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

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

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