Html Css Color HEX #514900 Verdun Green

📋 copy color: '#514900'

red 81 ◦ green 73 ◦ blue 0

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

Shades of Verdun Green #514900

Tints of Verdun Green #514900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 47.4%

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

R = 52.6%
G = 47.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514900 (or 0x514900) is known color: Verdun Green. HEX triplet: 51, 49 and 00. RGB value is (81,73,0). Sum of RGB (Red+Green+Blue) = 81+73+0=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 73 (28.91% from 255 or 47.40% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #514900 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514900 is #AEB6FF. Grayscale: #434343. Windows color (decimal): -11450112 or 18769. OLE color: 18769.

HSL color Cylindrical-coordinate representation of color #514900: hue angle of 54.07º 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 #514900 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 73 0 -
CMYK 0 0.10 1 0.68
HSL 54.07º 1% 0.16% -
HSV(B) 54.07º 1% 0.32% -
XYZ 5.78 6.51 0.95 -
YUV 67.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 81 73 0 0 0.10 1 0.68 54.07 1 0.16
Hex 51 49 0 0 A 64 44 36 64 10
Octal 121 111 0 0 12 144 104 66 144 20
Binary 1010001 1001001 0 0 1010 1100100 1000100 110110 1100100 10000

Color Harmonies of #514900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514900

Black with #514900

Text Example


Text Example

White with #514900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514900; }

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

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

background-color css

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

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

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

border-color css

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

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

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