Html Css Color HEX #514D0E Verdun Green

📋 copy color: '#514D0E'

red 81 ◦ green 77 ◦ blue 14

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

Shades of Verdun Green #514D0E

Tints of Verdun Green #514D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

 BLUE value IS 14 (5.86% from 255) = 8.14%

R = 47.09%
G = 44.77%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#514D0E (or 0x514D0E) is known color: Verdun Green. HEX triplet: 51, 4D and 0E. RGB value is (81,77,14). Sum of RGB (Red+Green+Blue) = 81+77+14=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514D0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D0E is #AEB2F1. Grayscale: #474747. Windows color (decimal): -11449074 or 937297. OLE color: 937297.

HSL color Cylindrical-coordinate representation of color #514D0E: hue angle of 56.42º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #514D0E is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 14 -
CMYK 0 0.05 0.83 0.68
HSL 56.42º 0.71% 0.19% -
HSV(B) 56.42º 0.83% 0.32% -
XYZ 6.13 7.09 1.46 -
YUV 71.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 81 77 14 0 0.05 0.83 0.68 56.42 0.71 0.19
Hex 51 4D E 0 5 53 44 38 47 13
Octal 121 115 16 0 5 123 104 70 107 23
Binary 1010001 1001101 1110 0 101 1010011 1000100 111000 1000111 10011

Color Harmonies of #514D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D0E

Black with #514D0E

Text Example


Text Example

White with #514D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514D0E; }

 p { color: rgb(81,77,14); }

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

background-color css

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

 a { background-color: rgb(81,77,14); }

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

border-color css

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

 span { border-color: rgb(81,77,14); }

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