Html Css Color HEX #516502 Verdun Green

📋 copy color: '#516502'

red 81 ◦ green 101 ◦ blue 2

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

Shades of Verdun Green #516502

Tints of Verdun Green #516502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 54.89%

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

R = 44.02%
G = 54.89%
B = 1.09%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#516502 (or 0x516502) is known color: Verdun Green. HEX triplet: 51, 65 and 02. RGB value is (81,101,2). Sum of RGB (Red+Green+Blue) = 81+101+2=184 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.02% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 2 (1.17% from 255 or 1.09% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #516502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516502 is #AE9AFD. Grayscale: #545454. Windows color (decimal): -11442942 or 157009. OLE color: 157009.

HSL color Cylindrical-coordinate representation of color #516502: hue angle of 72.12º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #516502 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 2 -
CMYK 0.20 0 0.98 0.60
HSL 72.12º 0.96% 0.2% -
HSV(B) 72.12º 0.98% 0.4% -
XYZ 8.06 11.06 1.77 -
YUV 83.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 81 101 2 0.20 0 0.98 0.60 72.12 0.96 0.2
Hex 51 65 2 14 0 62 3C 48 60 14
Octal 121 145 2 24 0 142 74 110 140 24
Binary 1010001 1100101 10 10100 0 1100010 111100 1001000 1100000 10100

Color Harmonies of #516502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516502

Black with #516502

Text Example


Text Example

White with #516502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516502; }

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

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

background-color css

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

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

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

border-color css

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

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

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