Html Css Color HEX #516204 Verdun Green

📋 copy color: '#516204'

red 81 ◦ green 98 ◦ blue 4

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

Shades of Verdun Green #516204

Tints of Verdun Green #516204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.55%

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

R = 44.26%
G = 53.55%
B = 2.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#516204 (or 0x516204) is known color: Verdun Green. HEX triplet: 51, 62 and 04. RGB value is (81,98,4). Sum of RGB (Red+Green+Blue) = 81+98+4=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 98 (38.67% from 255 or 53.55% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 98 - color contains mainly: green. Hex color #516204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516204 is #AE9DFB. Grayscale: #525252. Windows color (decimal): -11443708 or 287313. OLE color: 287313.

HSL color Cylindrical-coordinate representation of color #516204: hue angle of 70.85º 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 #516204 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 4 -
CMYK 0.17 0 0.96 0.62
HSL 70.85º 0.92% 0.2% -
HSV(B) 70.85º 0.96% 0.38% -
XYZ 7.78 10.49 1.73 -
YUV 82.2 83.87 127.14 -
System Red Green Blue C M Y K H S L
Decimal 81 98 4 0.17 0 0.96 0.62 70.85 0.92 0.2
Hex 51 62 4 11 0 60 3E 47 5C 14
Octal 121 142 4 21 0 140 76 107 134 24
Binary 1010001 1100010 100 10001 0 1100000 111110 1000111 1011100 10100

Color Harmonies of #516204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516204

Black with #516204

Text Example


Text Example

White with #516204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516204; }

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

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

background-color css

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

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

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

border-color css

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

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

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