Html Css Color HEX #516904 Verdun Green

📋 copy color: '#516904'

red 81 ◦ green 105 ◦ blue 4

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

Shades of Verdun Green #516904

Tints of Verdun Green #516904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.26%

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

R = 42.63%
G = 55.26%
B = 2.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#516904 (or 0x516904) is known color: Verdun Green. HEX triplet: 51, 69 and 04. RGB value is (81,105,4). Sum of RGB (Red+Green+Blue) = 81+105+4=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 4 (1.95% from 255 or 2.11% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #516904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516904 is #AE96FB. Grayscale: #565656. Windows color (decimal): -11441916 or 289105. OLE color: 289105.

HSL color Cylindrical-coordinate representation of color #516904: hue angle of 74.26º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #516904 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 4 -
CMYK 0.23 0 0.96 0.59
HSL 74.26º 0.93% 0.21% -
HSV(B) 74.26º 0.96% 0.41% -
XYZ 8.47 11.86 1.96 -
YUV 86.31 81.55 124.21 -
System Red Green Blue C M Y K H S L
Decimal 81 105 4 0.23 0 0.96 0.59 74.26 0.93 0.21
Hex 51 69 4 17 0 60 3B 4A 5D 15
Octal 121 151 4 27 0 140 73 112 135 25
Binary 1010001 1101001 100 10111 0 1100000 111011 1001010 1011101 10101

Color Harmonies of #516904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516904

Black with #516904

Text Example


Text Example

White with #516904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516904; }

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

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

background-color css

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

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

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

border-color css

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

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

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