Html Css Color HEX #516802 Verdun Green

📋 copy color: '#516802'

red 81 ◦ green 104 ◦ blue 2

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

Shades of Verdun Green #516802

Tints of Verdun Green #516802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 55.61%

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 43.32%
G = 55.61%
B = 1.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.59

RGB Variations

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

Color information

#516802 (or 0x516802) is known color: Verdun Green. HEX triplet: 51, 68 and 02. RGB value is (81,104,2). Sum of RGB (Red+Green+Blue) = 81+104+2=187 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.32% from 187); Green value is 104 (41.02% from 255 or 55.61% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 104 - color contains mainly: green. Hex color #516802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516802 is #AE97FD. Grayscale: #555555. Windows color (decimal): -11442174 or 157777. OLE color: 157777.

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

Color convert

RGB 81 104 2 -
CMYK 0.22 0 0.98 0.59
HSL 73.53º 0.96% 0.21% -
HSV(B) 73.53º 0.98% 0.41% -
XYZ 8.35 11.65 1.87 -
YUV 85.5 80.88 124.79 -
System Red Green Blue C M Y K H S L
Decimal 81 104 2 0.22 0 0.98 0.59 73.53 0.96 0.21
Hex 51 68 2 16 0 62 3B 4A 60 15
Octal 121 150 2 26 0 142 73 112 140 25
Binary 1010001 1101000 10 10110 0 1100010 111011 1001010 1100000 10101

Color Harmonies of #516802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516802

Black with #516802

Text Example


Text Example

White with #516802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516802; }

 p { color: rgb(81,104,2); }

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

background-color css

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

 a { background-color: rgb(81,104,2); }

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

border-color css

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

 span { border-color: rgb(81,104,2); }

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