Html Css Color HEX #514902 Verdun Green

📋 copy color: '#514902'

red 81 ◦ green 73 ◦ blue 2

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

Shades of Verdun Green #514902

Tints of Verdun Green #514902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.28%

R = 51.92%
G = 46.79%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#514902 (or 0x514902) is known color: Verdun Green. HEX triplet: 51, 49 and 02. RGB value is (81,73,2). Sum of RGB (Red+Green+Blue) = 81+73+2=156 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.92% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 81 - color contains mainly: red. Hex color #514902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514902 is #AEB6FD. Grayscale: #434343. Windows color (decimal): -11450110 or 149841. OLE color: 149841.

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

Color convert

RGB 81 73 2 -
CMYK 0 0.10 0.98 0.68
HSL 53.92º 0.95% 0.16% -
HSV(B) 53.92º 0.98% 0.32% -
XYZ 5.79 6.52 1.01 -
YUV 67.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 81 73 2 0 0.10 0.98 0.68 53.92 0.95 0.16
Hex 51 49 2 0 A 62 44 36 5F 10
Octal 121 111 2 0 12 142 104 66 137 20
Binary 1010001 1001001 10 0 1010 1100010 1000100 110110 1011111 10000

Color Harmonies of #514902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514902

Black with #514902

Text Example


Text Example

White with #514902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514902; }

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

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

background-color css

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

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

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

border-color css

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

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

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