Html Css Color HEX #516004 Verdun Green

📋 copy color: '#516004'

red 81 ◦ green 96 ◦ blue 4

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

Shades of Verdun Green #516004

Tints of Verdun Green #516004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.04%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 44.75%
G = 53.04%
B = 2.21%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#516004 (or 0x516004) is known color: Verdun Green. HEX triplet: 51, 60 and 04. RGB value is (81,96,4). Sum of RGB (Red+Green+Blue) = 81+96+4=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 96 (37.89% from 255 or 53.04% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 96 - color contains mainly: green. Hex color #516004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516004 is #AE9FFB. Grayscale: #515151. Windows color (decimal): -11444220 or 286801. OLE color: 286801.

HSL color Cylindrical-coordinate representation of color #516004: hue angle of 69.78º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #516004 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 4 -
CMYK 0.16 0 0.96 0.62
HSL 69.78º 0.92% 0.2% -
HSV(B) 69.78º 0.96% 0.38% -
XYZ 7.6 10.12 1.67 -
YUV 81.03 84.53 127.98 -
System Red Green Blue C M Y K H S L
Decimal 81 96 4 0.16 0 0.96 0.62 69.78 0.92 0.2
Hex 51 60 4 10 0 60 3E 46 5C 14
Octal 121 140 4 20 0 140 76 106 134 24
Binary 1010001 1100000 100 10000 0 1100000 111110 1000110 1011100 10100

Color Harmonies of #516004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516004

Black with #516004

Text Example


Text Example

White with #516004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516004; }

 p { color: rgb(81,96,4); }

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

background-color css

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

 a { background-color: rgb(81,96,4); }

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

border-color css

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

 span { border-color: rgb(81,96,4); }

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