Html Css Color HEX #51540E Verdun Green

📋 copy color: '#51540E'

red 81 ◦ green 84 ◦ blue 14

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

Shades of Verdun Green #51540E

Tints of Verdun Green #51540E

RGB

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

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

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

R = 45.25%
G = 46.93%
B = 7.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#51540E (or 0x51540E) is known color: Verdun Green. HEX triplet: 51, 54 and 0E. RGB value is (81,84,14). Sum of RGB (Red+Green+Blue) = 81+84+14=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #51540E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #51540E is #AEABF1. Grayscale: #4B4B4B. Windows color (decimal): -11447282 or 939089. OLE color: 939089.

HSL color Cylindrical-coordinate representation of color #51540E: hue angle of 62.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51540E is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 84 14 -
CMYK 0.04 0 0.83 0.67
HSL 62.57º 0.71% 0.19% -
HSV(B) 62.57º 0.83% 0.33% -
XYZ 6.64 8.12 1.63 -
YUV 75.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 81 84 14 0.04 0 0.83 0.67 62.57 0.71 0.19
Hex 51 54 E 4 0 53 43 3F 47 13
Octal 121 124 16 4 0 123 103 77 107 23
Binary 1010001 1010100 1110 100 0 1010011 1000011 111111 1000111 10011

Color Harmonies of #51540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51540E

Black with #51540E

Text Example


Text Example

White with #51540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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