Html Css Color HEX #516003 Verdun Green

📋 copy color: '#516003'

red 81 ◦ green 96 ◦ blue 3

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

Shades of Verdun Green #516003

Tints of Verdun Green #516003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 53.33%

 BLUE value IS 3 (1.56% from 255) = 1.67%

R = 45%
G = 53.33%
B = 1.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#516003 (or 0x516003) is known color: Verdun Green. HEX triplet: 51, 60 and 03. RGB value is (81,96,3). Sum of RGB (Red+Green+Blue) = 81+96+3=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 96 (37.89% from 255 or 53.33% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 96 - color contains mainly: green. Hex color #516003 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516003 is #AE9FFC. Grayscale: #515151. Windows color (decimal): -11444221 or 221265. OLE color: 221265.

HSL color Cylindrical-coordinate representation of color #516003: hue angle of 69.68º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #516003 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 3 -
CMYK 0.16 0 0.97 0.62
HSL 69.68º 0.94% 0.19% -
HSV(B) 69.68º 0.97% 0.38% -
XYZ 7.59 10.12 1.64 -
YUV 80.91 84.03 128.06 -
System Red Green Blue C M Y K H S L
Decimal 81 96 3 0.16 0 0.97 0.62 69.68 0.94 0.19
Hex 51 60 3 10 0 61 3E 46 5E 13
Octal 121 140 3 20 0 141 76 106 136 23
Binary 1010001 1100000 11 10000 0 1100001 111110 1000110 1011110 10011

Color Harmonies of #516003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516003

Black with #516003

Text Example


Text Example

White with #516003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516003; }

 p { color: rgb(81,96,3); }

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

background-color css

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

 a { background-color: rgb(81,96,3); }

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

border-color css

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

 span { border-color: rgb(81,96,3); }

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