Html Css Color HEX #514D04 Verdun Green

📋 copy color: '#514D04'

red 81 ◦ green 77 ◦ blue 4

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

Shades of Verdun Green #514D04

Tints of Verdun Green #514D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.47%

R = 50%
G = 47.53%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#514D04 (or 0x514D04) is known color: Verdun Green. HEX triplet: 51, 4D and 04. RGB value is (81,77,4). Sum of RGB (Red+Green+Blue) = 81+77+4=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 77 (30.47% from 255 or 47.53% from 162); Blue value is 4 (1.95% from 255 or 2.47% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D04 is #AEB2FB. Grayscale: #464646. Windows color (decimal): -11449084 or 281937. OLE color: 281937.

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

Color convert

RGB 81 77 4 -
CMYK 0 0.05 0.95 0.68
HSL 56.88º 0.91% 0.17% -
HSV(B) 56.88º 0.95% 0.32% -
XYZ 6.07 7.07 1.16 -
YUV 69.87 90.83 135.94 -
System Red Green Blue C M Y K H S L
Decimal 81 77 4 0 0.05 0.95 0.68 56.88 0.91 0.17
Hex 51 4D 4 0 5 5F 44 39 5B 11
Octal 121 115 4 0 5 137 104 71 133 21
Binary 1010001 1001101 100 0 101 1011111 1000100 111001 1011011 10001

Color Harmonies of #514D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D04

Black with #514D04

Text Example


Text Example

White with #514D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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