Html Css Color HEX #516300 Verdun Green

📋 copy color: '#516300'

red 81 ◦ green 99 ◦ blue 0

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

Shades of Verdun Green #516300

Tints of Verdun Green #516300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45%
G = 55%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#516300 (or 0x516300) is known color: Verdun Green. HEX triplet: 51, 63 and 00. RGB value is (81,99,0). Sum of RGB (Red+Green+Blue) = 81+99+0=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #516300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516300 is #AE9CFF. Grayscale: #525252. Windows color (decimal): -11443456 or 25425. OLE color: 25425.

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

Color convert

RGB 81 99 0 -
CMYK 0.18 0 1 0.61
HSL 70.91º 1% 0.19% -
HSV(B) 70.91º 1% 0.39% -
XYZ 7.86 10.67 1.65 -
YUV 82.33 81.54 127.05 -
System Red Green Blue C M Y K H S L
Decimal 81 99 0 0.18 0 1 0.61 70.91 1 0.19
Hex 51 63 0 12 0 64 3D 47 64 13
Octal 121 143 0 22 0 144 75 107 144 23
Binary 1010001 1100011 0 10010 0 1100100 111101 1000111 1100100 10011

Color Harmonies of #516300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516300

Black with #516300

Text Example


Text Example

White with #516300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516300; }

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

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

background-color css

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

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

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

border-color css

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

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

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