Html Css Color HEX #516705 Verdun Green

📋 copy color: '#516705'

red 81 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #516705

Tints of Verdun Green #516705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 54.5%

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

R = 42.86%
G = 54.5%
B = 2.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#516705 (or 0x516705) is known color: Verdun Green. HEX triplet: 51, 67 and 05. RGB value is (81,103,5). Sum of RGB (Red+Green+Blue) = 81+103+5=189 (25% of max value = 765). Red value is 81 (32.03% from 255 or 42.86% from 189); Green value is 103 (40.62% from 255 or 54.50% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 103 - color contains mainly: green. Hex color #516705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516705 is #AE98FA. Grayscale: #555555. Windows color (decimal): -11442427 or 354129. OLE color: 354129.

HSL color Cylindrical-coordinate representation of color #516705: hue angle of 73.47º 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 #516705 is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 5 -
CMYK 0.21 0 0.95 0.60
HSL 73.47º 0.91% 0.21% -
HSV(B) 73.47º 0.95% 0.4% -
XYZ 8.27 11.46 1.92 -
YUV 85.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 81 103 5 0.21 0 0.95 0.60 73.47 0.91 0.21
Hex 51 67 5 15 0 5F 3C 49 5B 15
Octal 121 147 5 25 0 137 74 111 133 25
Binary 1010001 1100111 101 10101 0 1011111 111100 1001001 1011011 10101

Color Harmonies of #516705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516705

Black with #516705

Text Example


Text Example

White with #516705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516705; }

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

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

background-color css

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

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

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

border-color css

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

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

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