Html Css Color HEX #516C08 Verdun Green

📋 copy color: '#516C08'

red 81 ◦ green 108 ◦ blue 8

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

Shades of Verdun Green #516C08

Tints of Verdun Green #516C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 54.82%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 41.12%
G = 54.82%
B = 4.06%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#516C08 (or 0x516C08) is known color: Verdun Green. HEX triplet: 51, 6C and 08. RGB value is (81,108,8). Sum of RGB (Red+Green+Blue) = 81+108+8=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 108 (42.58% from 255 or 54.82% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 108 - color contains mainly: green. Hex color #516C08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C08 is #AE93F7. Grayscale: #585858. Windows color (decimal): -11441144 or 552017. OLE color: 552017.

HSL color Cylindrical-coordinate representation of color #516C08: hue angle of 76.2º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #516C08 is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 81 108 8 -
CMYK 0.25 0 0.93 0.58
HSL 76.2º 0.86% 0.23% -
HSV(B) 76.2º 0.93% 0.42% -
XYZ 8.8 12.49 2.18 -
YUV 88.53 82.55 122.63 -
System Red Green Blue C M Y K H S L
Decimal 81 108 8 0.25 0 0.93 0.58 76.2 0.86 0.23
Hex 51 6C 8 19 0 5D 3A 4C 56 17
Octal 121 154 10 31 0 135 72 114 126 27
Binary 1010001 1101100 1000 11001 0 1011101 111010 1001100 1010110 10111

Color Harmonies of #516C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516C08

Black with #516C08

Text Example


Text Example

White with #516C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516C08; }

 p { color: rgb(81,108,8); }

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

background-color css

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

 a { background-color: rgb(81,108,8); }

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

border-color css

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

 span { border-color: rgb(81,108,8); }

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