Html Css Color HEX #516104 Verdun Green

📋 copy color: '#516104'

red 81 ◦ green 97 ◦ blue 4

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

Shades of Verdun Green #516104

Tints of Verdun Green #516104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

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

R = 44.51%
G = 53.3%
B = 2.2%

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

#516104 (or 0x516104) is known color: Verdun Green. HEX triplet: 51, 61 and 04. RGB value is (81,97,4). Sum of RGB (Red+Green+Blue) = 81+97+4=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #516104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516104 is #AE9EFB. Grayscale: #515151. Windows color (decimal): -11443964 or 287057. OLE color: 287057.

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

Color convert

RGB 81 97 4 -
CMYK 0.16 0 0.96 0.62
HSL 70.32º 0.92% 0.2% -
HSV(B) 70.32º 0.96% 0.38% -
XYZ 7.69 10.31 1.7 -
YUV 81.61 84.2 127.56 -
System Red Green Blue C M Y K H S L
Decimal 81 97 4 0.16 0 0.96 0.62 70.32 0.92 0.2
Hex 51 61 4 10 0 60 3E 46 5C 14
Octal 121 141 4 20 0 140 76 106 134 24
Binary 1010001 1100001 100 10000 0 1100000 111110 1000110 1011100 10100

Color Harmonies of #516104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516104

Black with #516104

Text Example


Text Example

White with #516104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516104; }

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

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

background-color css

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

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

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

border-color css

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

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

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