Html Css Color HEX #505001 Verdun Green

📋 copy color: '#505001'

red 80 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #505001

Tints of Verdun Green #505001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.62%

R = 49.69%
G = 49.69%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#505001 (or 0x505001) is known color: Verdun Green. HEX triplet: 50, 50 and 01. RGB value is (80,80,1). Sum of RGB (Red+Green+Blue) = 80+80+1=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 80 (31.64% from 255 or 49.69% from 161); Blue value is 1 (0.78% from 255 or 0.62% from 161); Max value from RGB is 80 - color contains mainly: red, green. Hex color #505001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505001 is #AFAFFE. Grayscale: #474747. Windows color (decimal): -11513855 or 86096. OLE color: 86096.

HSL color Cylindrical-coordinate representation of color #505001: hue angle of 60º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #505001 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 80 1 -
CMYK 0 0 0.99 0.69
HSL 60º 0.98% 0.16% -
HSV(B) 60º 0.99% 0.31% -
XYZ 6.18 7.44 1.14 -
YUV 70.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 80 80 1 0 0 0.99 0.69 60 0.98 0.16
Hex 50 50 1 0 0 63 45 3C 62 10
Octal 120 120 1 0 0 143 105 74 142 20
Binary 1010000 1010000 1 0 0 1100011 1000101 111100 1100010 10000

Color Harmonies of #505001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505001

Black with #505001

Text Example


Text Example

White with #505001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505001; }

 p { color: rgb(80,80,1); }

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

background-color css

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

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

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

border-color css

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

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

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