Html Css Color HEX #514E00 Verdun Green

📋 copy color: '#514E00'

red 81 ◦ green 78 ◦ blue 0

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

Shades of Verdun Green #514E00

Tints of Verdun Green #514E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.94%
G = 49.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514E00 (or 0x514E00) is known color: Verdun Green. HEX triplet: 51, 4E and 00. RGB value is (81,78,0). Sum of RGB (Red+Green+Blue) = 81+78+0=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 78 (30.86% from 255 or 49.06% from 159); Blue value is 0 (0.39% from 255 or 0% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #514E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514E00 is #AEB1FF. Grayscale: #464646. Windows color (decimal): -11448832 or 20049. OLE color: 20049.

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

Color convert

RGB 81 78 0 -
CMYK 0 0.04 1 0.68
HSL 57.78º 1% 0.16% -
HSV(B) 57.78º 1% 0.32% -
XYZ 6.12 7.2 1.07 -
YUV 70.01 88.49 135.84 -
System Red Green Blue C M Y K H S L
Decimal 81 78 0 0 0.04 1 0.68 57.78 1 0.16
Hex 51 4E 0 0 4 64 44 3A 64 10
Octal 121 116 0 0 4 144 104 72 144 20
Binary 1010001 1001110 0 0 100 1100100 1000100 111010 1100100 10000

Color Harmonies of #514E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E00

Black with #514E00

Text Example


Text Example

White with #514E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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