Html Css Color HEX #514E0D Verdun Green

📋 copy color: '#514E0D'

red 81 ◦ green 78 ◦ blue 13

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

Shades of Verdun Green #514E0D

Tints of Verdun Green #514E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.35%

 BLUE value IS 13 (5.47% from 255) = 7.56%

R = 47.09%
G = 45.35%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#514E0D (or 0x514E0D) is known color: Verdun Green. HEX triplet: 51, 4E and 0D. RGB value is (81,78,13). Sum of RGB (Red+Green+Blue) = 81+78+13=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #514E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E0D is #AEB1F2. Grayscale: #474747. Windows color (decimal): -11448819 or 872017. OLE color: 872017.

HSL color Cylindrical-coordinate representation of color #514E0D: hue angle of 57.35º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #514E0D is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 78 13 -
CMYK 0 0.04 0.84 0.68
HSL 57.35º 0.72% 0.18% -
HSV(B) 57.35º 0.84% 0.32% -
XYZ 6.19 7.23 1.45 -
YUV 71.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 81 78 13 0 0.04 0.84 0.68 57.35 0.72 0.18
Hex 51 4E D 0 4 54 44 39 48 12
Octal 121 116 15 0 4 124 104 71 110 22
Binary 1010001 1001110 1101 0 100 1010100 1000100 111001 1001000 10010

Color Harmonies of #514E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E0D

Black with #514E0D

Text Example


Text Example

White with #514E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,13); }

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

background-color css

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

 a { background-color: rgb(81,78,13); }

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

border-color css

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

 span { border-color: rgb(81,78,13); }

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