Html Css Color HEX #516908 Verdun Green

📋 copy color: '#516908'

red 81 ◦ green 105 ◦ blue 8

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

Shades of Verdun Green #516908

Tints of Verdun Green #516908

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.12%

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

R = 41.75%
G = 54.12%
B = 4.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#516908 (or 0x516908) is known color: Verdun Green. HEX triplet: 51, 69 and 08. RGB value is (81,105,8). Sum of RGB (Red+Green+Blue) = 81+105+8=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #516908 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516908 is #AE96F7. Grayscale: #575757. Windows color (decimal): -11441912 or 551249. OLE color: 551249.

HSL color Cylindrical-coordinate representation of color #516908: hue angle of 74.85º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #516908 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 81 105 8 -
CMYK 0.23 0 0.92 0.59
HSL 74.85º 0.86% 0.22% -
HSV(B) 74.85º 0.92% 0.41% -
XYZ 8.49 11.87 2.07 -
YUV 86.77 83.55 123.89 -
System Red Green Blue C M Y K H S L
Decimal 81 105 8 0.23 0 0.92 0.59 74.85 0.86 0.22
Hex 51 69 8 17 0 5C 3B 4B 56 16
Octal 121 151 10 27 0 134 73 113 126 26
Binary 1010001 1101001 1000 10111 0 1011100 111011 1001011 1010110 10110

Color Harmonies of #516908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516908

Black with #516908

Text Example


Text Example

White with #516908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516908; }

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

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

background-color css

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

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

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

border-color css

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

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

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