Html Css Color HEX #515800 Verdun Green

📋 copy color: '#515800'

red 81 ◦ green 88 ◦ blue 0

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

Shades of Verdun Green #515800

Tints of Verdun Green #515800

RGB

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

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

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

R = 47.93%
G = 52.07%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#515800 (or 0x515800) is known color: Verdun Green. HEX triplet: 51, 58 and 00. RGB value is (81,88,0). Sum of RGB (Red+Green+Blue) = 81+88+0=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 88 (34.77% from 255 or 52.07% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 88 - color contains mainly: green. Hex color #515800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515800 is #AEA7FF. Grayscale: #4C4C4C. Windows color (decimal): -11446272 or 22609. OLE color: 22609.

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

Color convert

RGB 81 88 0 -
CMYK 0.08 0 1 0.65
HSL 64.77º 1% 0.17% -
HSV(B) 64.77º 1% 0.35% -
XYZ 6.88 8.73 1.32 -
YUV 75.88 85.18 131.66 -
System Red Green Blue C M Y K H S L
Decimal 81 88 0 0.08 0 1 0.65 64.77 1 0.17
Hex 51 58 0 8 0 64 41 41 64 11
Octal 121 130 0 10 0 144 101 101 144 21
Binary 1010001 1011000 0 1000 0 1100100 1000001 1000001 1100100 10001

Color Harmonies of #515800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515800

Black with #515800

Text Example


Text Example

White with #515800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515800; }

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

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

background-color css

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

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

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

border-color css

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

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

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