Html Css Color HEX #514903 Verdun Green

📋 copy color: '#514903'

red 81 ◦ green 73 ◦ blue 3

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

Shades of Verdun Green #514903

Tints of Verdun Green #514903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.91%

R = 51.59%
G = 46.5%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#514903 (or 0x514903) is known color: Verdun Green. HEX triplet: 51, 49 and 03. RGB value is (81,73,3). Sum of RGB (Red+Green+Blue) = 81+73+3=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #514903 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514903 is #AEB6FC. Grayscale: #434343. Windows color (decimal): -11450109 or 215377. OLE color: 215377.

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

Color convert

RGB 81 73 3 -
CMYK 0 0.10 0.96 0.68
HSL 53.85º 0.93% 0.16% -
HSV(B) 53.85º 0.96% 0.32% -
XYZ 5.79 6.52 1.04 -
YUV 67.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 81 73 3 0 0.10 0.96 0.68 53.85 0.93 0.16
Hex 51 49 3 0 A 60 44 36 5D 10
Octal 121 111 3 0 12 140 104 66 135 20
Binary 1010001 1001001 11 0 1010 1100000 1000100 110110 1011101 10000

Color Harmonies of #514903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514903

Black with #514903

Text Example


Text Example

White with #514903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514903; }

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

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

background-color css

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

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

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

border-color css

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

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

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