Html Css Color HEX #515801 Verdun Green

📋 copy color: '#515801'

red 81 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #515801

Tints of Verdun Green #515801

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.76%

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

R = 47.65%
G = 51.76%
B = 0.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#515801 (or 0x515801) is known color: Verdun Green. HEX triplet: 51, 58 and 01. RGB value is (81,88,1). Sum of RGB (Red+Green+Blue) = 81+88+1=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 88 (34.77% from 255 or 51.76% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 88 - color contains mainly: green. Hex color #515801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515801 is #AEA7FE. Grayscale: #4C4C4C. Windows color (decimal): -11446271 or 88145. OLE color: 88145.

HSL color Cylindrical-coordinate representation of color #515801: hue angle of 64.83º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #515801 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 1 -
CMYK 0.08 0 0.99 0.65
HSL 64.83º 0.98% 0.17% -
HSV(B) 64.83º 0.99% 0.35% -
XYZ 6.89 8.73 1.35 -
YUV 75.99 85.68 131.57 -
System Red Green Blue C M Y K H S L
Decimal 81 88 1 0.08 0 0.99 0.65 64.83 0.98 0.17
Hex 51 58 1 8 0 63 41 41 62 11
Octal 121 130 1 10 0 143 101 101 142 21
Binary 1010001 1011000 1 1000 0 1100011 1000001 1000001 1100010 10001

Color Harmonies of #515801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515801

Black with #515801

Text Example


Text Example

White with #515801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515801; }

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

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

background-color css

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

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

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

border-color css

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

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

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