Html Css Color HEX #515000 Verdun Green

📋 copy color: '#515000'

red 81 ◦ green 80 ◦ blue 0

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

Shades of Verdun Green #515000

Tints of Verdun Green #515000

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #515000: hue angle of 59.26º 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 #515000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 80 0 -
CMYK 0 0.01 1 0.68
HSL 59.26º 1% 0.16% -
HSV(B) 59.26º 1% 0.32% -
XYZ 6.26 7.49 1.12 -
YUV 71.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 81 80 0 0 0.01 1 0.68 59.26 1 0.16
Hex 51 50 0 0 1 64 44 3B 64 10
Octal 121 120 0 0 1 144 104 73 144 20
Binary 1010001 1010000 0 0 1 1100100 1000100 111011 1100100 10000

Color Harmonies of #515000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515000

Black with #515000

Text Example


Text Example

White with #515000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515000; }

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

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

background-color css

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

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

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

border-color css

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

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

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