Html Css Color HEX #516609 Verdun Green

📋 copy color: '#516609'

red 81 ◦ green 102 ◦ blue 9

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

Shades of Verdun Green #516609

Tints of Verdun Green #516609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 42.19%
G = 53.13%
B = 4.69%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.6

RGB Variations

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

Color information

#516609 (or 0x516609) is known color: Verdun Green. HEX triplet: 51, 66 and 09. RGB value is (81,102,9). Sum of RGB (Red+Green+Blue) = 81+102+9=192 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.19% from 192); Green value is 102 (40.23% from 255 or 53.12% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 102 - color contains mainly: green. Hex color #516609 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516609 is #AE99F6. Grayscale: #555555. Windows color (decimal): -11442679 or 616017. OLE color: 616017.

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

Color convert

RGB 81 102 9 -
CMYK 0.21 0 0.91 0.6
HSL 73.55º 0.84% 0.22% -
HSV(B) 73.55º 0.91% 0.4% -
XYZ 8.19 11.27 2 -
YUV 85.12 85.04 125.06 -
System Red Green Blue C M Y K H S L
Decimal 81 102 9 0.21 0 0.91 0.6 73.55 0.84 0.22
Hex 51 66 9 15 0 5B 3C 4A 54 16
Octal 121 146 11 25 0 133 74 112 124 26
Binary 1010001 1100110 1001 10101 0 1011011 111100 1001010 1010100 10110

Color Harmonies of #516609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516609

Black with #516609

Text Example


Text Example

White with #516609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516609; }

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

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

background-color css

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

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

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

border-color css

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

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

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