Html Css Color HEX #516102 Verdun Green

📋 copy color: '#516102'

red 81 ◦ green 97 ◦ blue 2

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

Shades of Verdun Green #516102

Tints of Verdun Green #516102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.89%

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

R = 45%
G = 53.89%
B = 1.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.62

RGB Variations

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

Color information

#516102 (or 0x516102) is known color: Verdun Green. HEX triplet: 51, 61 and 02. RGB value is (81,97,2). Sum of RGB (Red+Green+Blue) = 81+97+2=180 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45% from 180); Green value is 97 (38.28% from 255 or 53.89% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 97 - color contains mainly: green. Hex color #516102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516102 is #AE9EFD. Grayscale: #515151. Windows color (decimal): -11443966 or 155985. OLE color: 155985.

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

Color convert

RGB 81 97 2 -
CMYK 0.16 0 0.98 0.62
HSL 70.11º 0.96% 0.19% -
HSV(B) 70.11º 0.98% 0.38% -
XYZ 7.68 10.3 1.64 -
YUV 81.39 83.2 127.72 -
System Red Green Blue C M Y K H S L
Decimal 81 97 2 0.16 0 0.98 0.62 70.11 0.96 0.19
Hex 51 61 2 10 0 62 3E 46 60 13
Octal 121 141 2 20 0 142 76 106 140 23
Binary 1010001 1100001 10 10000 0 1100010 111110 1000110 1100000 10011

Color Harmonies of #516102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516102

Black with #516102

Text Example


Text Example

White with #516102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516102; }

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

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

background-color css

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

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

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

border-color css

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

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

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