Html Css Color HEX #514A01 Verdun Green

📋 copy color: '#514A01'

red 81 ◦ green 74 ◦ blue 1

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

Shades of Verdun Green #514A01

Tints of Verdun Green #514A01

RGB

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

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

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

R = 51.92%
G = 47.44%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#514A01 (or 0x514A01) is known color: Verdun Green. HEX triplet: 51, 4A and 01. RGB value is (81,74,1). Sum of RGB (Red+Green+Blue) = 81+74+1=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 74 (29.30% from 255 or 47.44% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A01 is #AEB5FE. Grayscale: #444444. Windows color (decimal): -11449855 or 84561. OLE color: 84561.

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

Color convert

RGB 81 74 1 -
CMYK 0 0.09 0.99 0.68
HSL 54.75º 0.98% 0.16% -
HSV(B) 54.75º 0.99% 0.32% -
XYZ 5.85 6.65 1 -
YUV 67.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 81 74 1 0 0.09 0.99 0.68 54.75 0.98 0.16
Hex 51 4A 1 0 9 63 44 37 62 10
Octal 121 112 1 0 11 143 104 67 142 20
Binary 1010001 1001010 1 0 1001 1100011 1000100 110111 1100010 10000

Color Harmonies of #514A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A01

Black with #514A01

Text Example


Text Example

White with #514A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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