Html Css Color HEX #514A06 Verdun Green

📋 copy color: '#514A06'

red 81 ◦ green 74 ◦ blue 6

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

Shades of Verdun Green #514A06

Tints of Verdun Green #514A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 50.31%
G = 45.96%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514A06 (or 0x514A06) is known color: Verdun Green. HEX triplet: 51, 4A and 06. RGB value is (81,74,6). Sum of RGB (Red+Green+Blue) = 81+74+6=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #514A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514A06 is #AEB5F9. Grayscale: #444444. Windows color (decimal): -11449850 or 412241. OLE color: 412241.

HSL color Cylindrical-coordinate representation of color #514A06: hue angle of 54.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #514A06 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 6 -
CMYK 0 0.09 0.93 0.68
HSL 54.4º 0.86% 0.17% -
HSV(B) 54.4º 0.93% 0.32% -
XYZ 5.87 6.66 1.15 -
YUV 68.34 92.82 137.03 -
System Red Green Blue C M Y K H S L
Decimal 81 74 6 0 0.09 0.93 0.68 54.4 0.86 0.17
Hex 51 4A 6 0 9 5D 44 36 56 11
Octal 121 112 6 0 11 135 104 66 126 21
Binary 1010001 1001010 110 0 1001 1011101 1000100 110110 1010110 10001

Color Harmonies of #514A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A06

Black with #514A06

Text Example


Text Example

White with #514A06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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