Html Css Color HEX #516607 Verdun Green

📋 copy color: '#516607'

red 81 ◦ green 102 ◦ blue 7

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

Shades of Verdun Green #516607

Tints of Verdun Green #516607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

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

R = 42.63%
G = 53.68%
B = 3.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.6

RGB Variations

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

Color information

#516607 (or 0x516607) is known color: Verdun Green. HEX triplet: 51, 66 and 07. RGB value is (81,102,7). Sum of RGB (Red+Green+Blue) = 81+102+7=190 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.63% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #516607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516607 is #AE99F8. Grayscale: #555555. Windows color (decimal): -11442681 or 484945. OLE color: 484945.

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

Color convert

RGB 81 102 7 -
CMYK 0.21 0 0.93 0.6
HSL 73.26º 0.87% 0.21% -
HSV(B) 73.26º 0.93% 0.4% -
XYZ 8.18 11.27 1.94 -
YUV 84.89 84.04 125.22 -
System Red Green Blue C M Y K H S L
Decimal 81 102 7 0.21 0 0.93 0.6 73.26 0.87 0.21
Hex 51 66 7 15 0 5D 3C 49 57 15
Octal 121 146 7 25 0 135 74 111 127 25
Binary 1010001 1100110 111 10101 0 1011101 111100 1001001 1010111 10101

Color Harmonies of #516607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516607

Black with #516607

Text Example


Text Example

White with #516607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516607; }

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

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

background-color css

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

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

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

border-color css

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

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

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