Html Css Color HEX #516605 Verdun Green

📋 copy color: '#516605'

red 81 ◦ green 102 ◦ blue 5

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

Shades of Verdun Green #516605

Tints of Verdun Green #516605

RGB

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

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

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

R = 43.09%
G = 54.26%
B = 2.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#516605 (or 0x516605) is known color: Verdun Green. HEX triplet: 51, 66 and 05. RGB value is (81,102,5). Sum of RGB (Red+Green+Blue) = 81+102+5=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #516605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516605 is #AE99FA. Grayscale: #555555. Windows color (decimal): -11442683 or 353873. OLE color: 353873.

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

Color convert

RGB 81 102 5 -
CMYK 0.21 0 0.95 0.6
HSL 72.99º 0.91% 0.21% -
HSV(B) 72.99º 0.95% 0.4% -
XYZ 8.17 11.26 1.89 -
YUV 84.66 83.04 125.39 -
System Red Green Blue C M Y K H S L
Decimal 81 102 5 0.21 0 0.95 0.6 72.99 0.91 0.21
Hex 51 66 5 15 0 5F 3C 49 5B 15
Octal 121 146 5 25 0 137 74 111 133 25
Binary 1010001 1100110 101 10101 0 1011111 111100 1001001 1011011 10101

Color Harmonies of #516605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516605

Black with #516605

Text Example


Text Example

White with #516605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516605; }

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

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

background-color css

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

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

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

border-color css

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

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

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