Html Css Color HEX #516715 Verdun Green

📋 copy color: '#516715'

red 81 ◦ green 103 ◦ blue 21

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

Shades of Verdun Green #516715

Tints of Verdun Green #516715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 39.51%
G = 50.24%
B = 10.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#516715 (or 0x516715) is known color: Verdun Green. HEX triplet: 51, 67 and 15. RGB value is (81,103,21). Sum of RGB (Red+Green+Blue) = 81+103+21=205 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.51% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #516715 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516715 is #AE98EA. Grayscale: #575757. Windows color (decimal): -11442411 or 1402705. OLE color: 1402705.

HSL color Cylindrical-coordinate representation of color #516715: hue angle of 76.1º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #516715 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 21 -
CMYK 0.21 0 0.80 0.60
HSL 76.1º 0.66% 0.24% -
HSV(B) 76.1º 0.8% 0.4% -
XYZ 8.38 11.5 2.49 -
YUV 87.07 90.71 123.67 -
System Red Green Blue C M Y K H S L
Decimal 81 103 21 0.21 0 0.80 0.60 76.1 0.66 0.24
Hex 51 67 15 15 0 50 3C 4C 42 18
Octal 121 147 25 25 0 120 74 114 102 30
Binary 1010001 1100111 10101 10101 0 1010000 111100 1001100 1000010 11000

Color Harmonies of #516715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516715

Black with #516715

Text Example


Text Example

White with #516715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516715; }

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

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

background-color css

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

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

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

border-color css

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

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

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