Html Css Color HEX #514901 Verdun Green

📋 copy color: '#514901'

red 81 ◦ green 73 ◦ blue 1

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

Shades of Verdun Green #514901

Tints of Verdun Green #514901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 52.26%
G = 47.1%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514901 (or 0x514901) is known color: Verdun Green. HEX triplet: 51, 49 and 01. RGB value is (81,73,1). Sum of RGB (Red+Green+Blue) = 81+73+1=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 73 (28.91% from 255 or 47.10% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #514901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514901 is #AEB6FE. Grayscale: #434343. Windows color (decimal): -11450111 or 84305. OLE color: 84305.

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

Color convert

RGB 81 73 1 -
CMYK 0 0.10 0.99 0.68
HSL 54º 0.98% 0.16% -
HSV(B) 54º 0.99% 0.32% -
XYZ 5.78 6.52 0.98 -
YUV 67.18 90.65 137.85 -
System Red Green Blue C M Y K H S L
Decimal 81 73 1 0 0.10 0.99 0.68 54 0.98 0.16
Hex 51 49 1 0 A 63 44 36 62 10
Octal 121 111 1 0 12 143 104 66 142 20
Binary 1010001 1001001 1 0 1010 1100011 1000100 110110 1100010 10000

Color Harmonies of #514901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514901

Black with #514901

Text Example


Text Example

White with #514901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514901; }

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

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

background-color css

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

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

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

border-color css

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

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

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