Html Css Color HEX #515410 Verdun Green

📋 copy color: '#515410'

red 81 ◦ green 84 ◦ blue 16

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

Shades of Verdun Green #515410

Tints of Verdun Green #515410

RGB

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

 GREEN value IS 84 (33.2% from 255) = 46.41%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 44.75%
G = 46.41%
B = 8.84%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#515410 (or 0x515410) is known color: Verdun Green. HEX triplet: 51, 54 and 10. RGB value is (81,84,16). Sum of RGB (Red+Green+Blue) = 81+84+16=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 84 (33.20% from 255 or 46.41% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 84 - color contains mainly: green. Hex color #515410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515410 is #AEABEF. Grayscale: #4B4B4B. Windows color (decimal): -11447280 or 1070161. OLE color: 1070161.

HSL color Cylindrical-coordinate representation of color #515410: hue angle of 62.65º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #515410 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 16 -
CMYK 0.04 0 0.81 0.67
HSL 62.65º 0.68% 0.2% -
HSV(B) 62.65º 0.81% 0.33% -
XYZ 6.66 8.13 1.71 -
YUV 75.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 81 84 16 0.04 0 0.81 0.67 62.65 0.68 0.2
Hex 51 54 10 4 0 51 43 3F 44 14
Octal 121 124 20 4 0 121 103 77 104 24
Binary 1010001 1010100 10000 100 0 1010001 1000011 111111 1000100 10100

Color Harmonies of #515410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515410

Black with #515410

Text Example


Text Example

White with #515410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515410; }

 p { color: rgb(81,84,16); }

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

background-color css

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

 a { background-color: rgb(81,84,16); }

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

border-color css

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

 span { border-color: rgb(81,84,16); }

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