Html Css Color HEX #516302 Verdun Green

📋 copy color: '#516302'

red 81 ◦ green 99 ◦ blue 2

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

Shades of Verdun Green #516302

Tints of Verdun Green #516302

RGB

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

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

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

R = 44.51%
G = 54.4%
B = 1.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#516302 (or 0x516302) is known color: Verdun Green. HEX triplet: 51, 63 and 02. RGB value is (81,99,2). Sum of RGB (Red+Green+Blue) = 81+99+2=182 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.51% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #516302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516302 is #AE9CFD. Grayscale: #525252. Windows color (decimal): -11443454 or 156497. OLE color: 156497.

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

Color convert

RGB 81 99 2 -
CMYK 0.18 0 0.98 0.61
HSL 71.13º 0.96% 0.2% -
HSV(B) 71.13º 0.98% 0.39% -
XYZ 7.87 10.68 1.7 -
YUV 82.56 82.54 126.89 -
System Red Green Blue C M Y K H S L
Decimal 81 99 2 0.18 0 0.98 0.61 71.13 0.96 0.2
Hex 51 63 2 12 0 62 3D 47 60 14
Octal 121 143 2 22 0 142 75 107 140 24
Binary 1010001 1100011 10 10010 0 1100010 111101 1000111 1100000 10100

Color Harmonies of #516302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516302

Black with #516302

Text Example


Text Example

White with #516302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516302; }

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

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

background-color css

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

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

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

border-color css

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

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

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