Html Css Color HEX #516703 Verdun Green

📋 copy color: '#516703'

red 81 ◦ green 103 ◦ blue 3

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

Shades of Verdun Green #516703

Tints of Verdun Green #516703

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 43.32%
G = 55.08%
B = 1.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.60

RGB Variations

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

Color information

#516703 (or 0x516703) is known color: Verdun Green. HEX triplet: 51, 67 and 03. RGB value is (81,103,3). Sum of RGB (Red+Green+Blue) = 81+103+3=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 3 (1.56% from 255 or 1.60% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #516703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516703 is #AE98FC. Grayscale: #555555. Windows color (decimal): -11442429 or 223057. OLE color: 223057.

HSL color Cylindrical-coordinate representation of color #516703: hue angle of 73.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #516703 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 103 3 -
CMYK 0.21 0 0.97 0.60
HSL 73.2º 0.94% 0.21% -
HSV(B) 73.2º 0.97% 0.4% -
XYZ 8.26 11.46 1.86 -
YUV 85.02 81.71 125.13 -
System Red Green Blue C M Y K H S L
Decimal 81 103 3 0.21 0 0.97 0.60 73.2 0.94 0.21
Hex 51 67 3 15 0 61 3C 49 5E 15
Octal 121 147 3 25 0 141 74 111 136 25
Binary 1010001 1100111 11 10101 0 1100001 111100 1001001 1011110 10101

Color Harmonies of #516703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516703

Black with #516703

Text Example


Text Example

White with #516703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516703; }

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

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

background-color css

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

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

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

border-color css

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

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

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