Html Css Color HEX #515406 Verdun Green

📋 copy color: '#515406'

red 81 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #515406

Tints of Verdun Green #515406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.51%

R = 47.37%
G = 49.12%
B = 3.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#515406 (or 0x515406) is known color: Verdun Green. HEX triplet: 51, 54 and 06. RGB value is (81,84,6). Sum of RGB (Red+Green+Blue) = 81+84+6=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 84 (33.20% from 255 or 49.12% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 84 - color contains mainly: green. Hex color #515406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #515406 is #AEABF9. Grayscale: #4A4A4A. Windows color (decimal): -11447290 or 414801. OLE color: 414801.

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

Color convert

RGB 81 84 6 -
CMYK 0.04 0 0.93 0.67
HSL 62.31º 0.87% 0.18% -
HSV(B) 62.31º 0.93% 0.33% -
XYZ 6.6 8.1 1.39 -
YUV 74.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 81 84 6 0.04 0 0.93 0.67 62.31 0.87 0.18
Hex 51 54 6 4 0 5D 43 3E 57 12
Octal 121 124 6 4 0 135 103 76 127 22
Binary 1010001 1010100 110 100 0 1011101 1000011 111110 1010111 10010

Color Harmonies of #515406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515406

Black with #515406

Text Example


Text Example

White with #515406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515406; }

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

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

background-color css

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

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

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

border-color css

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

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

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