Html Css Color HEX #516718 Verdun Green

📋 copy color: '#516718'

red 81 ◦ green 103 ◦ blue 24

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

Shades of Verdun Green #516718

Tints of Verdun Green #516718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.54%

R = 38.94%
G = 49.52%
B = 11.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#516718 (or 0x516718) is known color: Verdun Green. HEX triplet: 51, 67 and 18. RGB value is (81,103,24). Sum of RGB (Red+Green+Blue) = 81+103+24=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 24 (9.77% from 255 or 11.54% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #516718 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516718 is #AE98E7. Grayscale: #575757. Windows color (decimal): -11442408 or 1599313. OLE color: 1599313.

HSL color Cylindrical-coordinate representation of color #516718: hue angle of 76.71º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #516718 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 24 -
CMYK 0.21 0 0.77 0.60
HSL 76.71º 0.62% 0.25% -
HSV(B) 76.71º 0.77% 0.4% -
XYZ 8.41 11.52 2.64 -
YUV 87.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 81 103 24 0.21 0 0.77 0.60 76.71 0.62 0.25
Hex 51 67 18 15 0 4D 3C 4D 3E 19
Octal 121 147 30 25 0 115 74 115 76 31
Binary 1010001 1100111 11000 10101 0 1001101 111100 1001101 111110 11001

Color Harmonies of #516718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516718

Black with #516718

Text Example


Text Example

White with #516718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516718; }

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

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

background-color css

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

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

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

border-color css

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

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

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