Html Css Color HEX #515001 Verdun Green

📋 copy color: '#515001'

red 81 ◦ green 80 ◦ blue 1

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

Shades of Verdun Green #515001

Tints of Verdun Green #515001

RGB

 RED value IS 81 (32.03% from 255) = 50%

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

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

R = 50%
G = 49.38%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#515001 (or 0x515001) is known color: Verdun Green. HEX triplet: 51, 50 and 01. RGB value is (81,80,1). Sum of RGB (Red+Green+Blue) = 81+80+1=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 80 (31.64% from 255 or 49.38% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #515001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515001 is #AEAFFE. Grayscale: #474747. Windows color (decimal): -11448319 or 86097. OLE color: 86097.

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

Color convert

RGB 81 80 1 -
CMYK 0 0.01 0.99 0.68
HSL 59.25º 0.98% 0.16% -
HSV(B) 59.25º 0.99% 0.32% -
XYZ 6.27 7.49 1.14 -
YUV 71.29 88.33 134.92 -
System Red Green Blue C M Y K H S L
Decimal 81 80 1 0 0.01 0.99 0.68 59.25 0.98 0.16
Hex 51 50 1 0 1 63 44 3B 62 10
Octal 121 120 1 0 1 143 104 73 142 20
Binary 1010001 1010000 1 0 1 1100011 1000100 111011 1100010 10000

Color Harmonies of #515001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515001

Black with #515001

Text Example


Text Example

White with #515001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515001; }

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

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

background-color css

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

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

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

border-color css

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

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

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