Html Css Color HEX #516308 Verdun Green

📋 copy color: '#516308'

red 81 ◦ green 99 ◦ blue 8

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

Shades of Verdun Green #516308

Tints of Verdun Green #516308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

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

R = 43.09%
G = 52.66%
B = 4.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.61

RGB Variations

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

Color information

#516308 (or 0x516308) is known color: Verdun Green. HEX triplet: 51, 63 and 08. RGB value is (81,99,8). Sum of RGB (Red+Green+Blue) = 81+99+8=188 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.09% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #516308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516308 is #AE9CF7. Grayscale: #535353. Windows color (decimal): -11443448 or 549713. OLE color: 549713.

HSL color Cylindrical-coordinate representation of color #516308: hue angle of 71.87º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #516308 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 8 -
CMYK 0.18 0 0.92 0.61
HSL 71.87º 0.85% 0.21% -
HSV(B) 71.87º 0.92% 0.39% -
XYZ 7.9 10.69 1.88 -
YUV 83.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 81 99 8 0.18 0 0.92 0.61 71.87 0.85 0.21
Hex 51 63 8 12 0 5C 3D 48 55 15
Octal 121 143 10 22 0 134 75 110 125 25
Binary 1010001 1100011 1000 10010 0 1011100 111101 1001000 1010101 10101

Color Harmonies of #516308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516308

Black with #516308

Text Example


Text Example

White with #516308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516308; }

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

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

background-color css

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

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

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

border-color css

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

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

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