Html Css Color HEX #514A00 Verdun Green

📋 copy color: '#514A00'

red 81 ◦ green 74 ◦ blue 0

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

Shades of Verdun Green #514A00

Tints of Verdun Green #514A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 47.74%

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

R = 52.26%
G = 47.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#514A00 (or 0x514A00) is known color: Verdun Green. HEX triplet: 51, 4A and 00. RGB value is (81,74,0). Sum of RGB (Red+Green+Blue) = 81+74+0=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 74 (29.30% from 255 or 47.74% from 155); Blue value is 0 (0.39% from 255 or 0% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A00 is #AEB5FF. Grayscale: #434343. Windows color (decimal): -11449856 or 19025. OLE color: 19025.

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

Color convert

RGB 81 74 0 -
CMYK 0 0.09 1 0.68
HSL 54.81º 1% 0.16% -
HSV(B) 54.81º 1% 0.32% -
XYZ 5.84 6.65 0.98 -
YUV 67.66 89.82 137.52 -
System Red Green Blue C M Y K H S L
Decimal 81 74 0 0 0.09 1 0.68 54.81 1 0.16
Hex 51 4A 0 0 9 64 44 37 64 10
Octal 121 112 0 0 11 144 104 67 144 20
Binary 1010001 1001010 0 0 1001 1100100 1000100 110111 1100100 10000

Color Harmonies of #514A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A00

Black with #514A00

Text Example


Text Example

White with #514A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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