Html Css Color HEX #505100 Verdun Green

📋 copy color: '#505100'

red 80 ◦ green 81 ◦ blue 0

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

Shades of Verdun Green #505100

Tints of Verdun Green #505100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 50.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.69%
G = 50.31%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#505100 (or 0x505100) is known color: Verdun Green. HEX triplet: 50, 51 and 00. RGB value is (80,81,0). Sum of RGB (Red+Green+Blue) = 80+81+0=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 81 (32.03% from 255 or 50.31% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 81 - color contains mainly: green. Hex color #505100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505100 is #AFAEFF. Grayscale: #474747. Windows color (decimal): -11513600 or 20816. OLE color: 20816.

HSL color Cylindrical-coordinate representation of color #505100: hue angle of 60.74º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #505100 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 0 -
CMYK 0.01 0 1 0.68
HSL 60.74º 1% 0.16% -
HSV(B) 60.74º 1% 0.32% -
XYZ 6.25 7.59 1.14 -
YUV 71.47 87.67 134.09 -
System Red Green Blue C M Y K H S L
Decimal 80 81 0 0.01 0 1 0.68 60.74 1 0.16
Hex 50 51 0 1 0 64 44 3D 64 10
Octal 120 121 0 1 0 144 104 75 144 20
Binary 1010000 1010001 0 1 0 1100100 1000100 111101 1100100 10000

Color Harmonies of #505100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505100

Black with #505100

Text Example


Text Example

White with #505100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505100; }

 p { color: rgb(80,81,0); }

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

background-color css

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

 a { background-color: rgb(80,81,0); }

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

border-color css

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

 span { border-color: rgb(80,81,0); }

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