Html Css Color HEX #514800 Verdun Green

📋 copy color: '#514800'

red 81 ◦ green 72 ◦ blue 0

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

Shades of Verdun Green #514800

Tints of Verdun Green #514800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 47.06%

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514800 (or 0x514800) is known color: Verdun Green. HEX triplet: 51, 48 and 00. RGB value is (81,72,0). Sum of RGB (Red+Green+Blue) = 81+72+0=153 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.94% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 81 - color contains mainly: red. Hex color #514800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514800 is #AEB7FF. Grayscale: #424242. Windows color (decimal): -11450368 or 18513. OLE color: 18513.

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

Color convert

RGB 81 72 0 -
CMYK 0 0.11 1 0.68
HSL 53.33º 1% 0.16% -
HSV(B) 53.33º 1% 0.32% -
XYZ 5.71 6.38 0.93 -
YUV 66.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 81 72 0 0 0.11 1 0.68 53.33 1 0.16
Hex 51 48 0 0 B 64 44 35 64 10
Octal 121 110 0 0 13 144 104 65 144 20
Binary 1010001 1001000 0 0 1011 1100100 1000100 110101 1100100 10000

Color Harmonies of #514800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514800

Black with #514800

Text Example


Text Example

White with #514800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514800; }

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

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

background-color css

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

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

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

border-color css

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

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

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