Html Css Color HEX #516207 Verdun Green

📋 copy color: '#516207'

red 81 ◦ green 98 ◦ blue 7

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

Shades of Verdun Green #516207

Tints of Verdun Green #516207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.76%

R = 43.55%
G = 52.69%
B = 3.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#516207 (or 0x516207) is known color: Verdun Green. HEX triplet: 51, 62 and 07. RGB value is (81,98,7). Sum of RGB (Red+Green+Blue) = 81+98+7=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 7 (3.12% from 255 or 3.76% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #516207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516207 is #AE9DF8. Grayscale: #525252. Windows color (decimal): -11443705 or 483921. OLE color: 483921.

HSL color Cylindrical-coordinate representation of color #516207: hue angle of 71.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #516207 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 98 7 -
CMYK 0.17 0 0.93 0.62
HSL 71.21º 0.87% 0.21% -
HSV(B) 71.21º 0.93% 0.38% -
XYZ 7.8 10.5 1.82 -
YUV 82.54 85.37 126.9 -
System Red Green Blue C M Y K H S L
Decimal 81 98 7 0.17 0 0.93 0.62 71.21 0.87 0.21
Hex 51 62 7 11 0 5D 3E 47 57 15
Octal 121 142 7 21 0 135 76 107 127 25
Binary 1010001 1100010 111 10001 0 1011101 111110 1000111 1010111 10101

Color Harmonies of #516207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516207

Black with #516207

Text Example


Text Example

White with #516207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516207; }

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

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

background-color css

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

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

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

border-color css

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

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

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