Html Css Color HEX #516105 Verdun Green

📋 copy color: '#516105'

red 81 ◦ green 97 ◦ blue 5

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

Shades of Verdun Green #516105

Tints of Verdun Green #516105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 44.26%
G = 53.01%
B = 2.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#516105 (or 0x516105) is known color: Verdun Green. HEX triplet: 51, 61 and 05. RGB value is (81,97,5). Sum of RGB (Red+Green+Blue) = 81+97+5=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #516105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516105 is #AE9EFA. Grayscale: #525252. Windows color (decimal): -11443963 or 352593. OLE color: 352593.

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

Color convert

RGB 81 97 5 -
CMYK 0.16 0 0.95 0.62
HSL 70.43º 0.9% 0.2% -
HSV(B) 70.43º 0.95% 0.38% -
XYZ 7.7 10.31 1.73 -
YUV 81.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 81 97 5 0.16 0 0.95 0.62 70.43 0.9 0.2
Hex 51 61 5 10 0 5F 3E 46 5A 14
Octal 121 141 5 20 0 137 76 106 132 24
Binary 1010001 1100001 101 10000 0 1011111 111110 1000110 1011010 10100

Color Harmonies of #516105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516105

Black with #516105

Text Example


Text Example

White with #516105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516105; }

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

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

background-color css

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

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

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

border-color css

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

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

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