Html Css Color HEX #514F06 Verdun Green

📋 copy color: '#514F06'

red 81 ◦ green 79 ◦ blue 6

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

Shades of Verdun Green #514F06

Tints of Verdun Green #514F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.59%

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

R = 48.8%
G = 47.59%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.68

RGB Variations

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

Color information

#514F06 (or 0x514F06) is known color: Verdun Green. HEX triplet: 51, 4F and 06. RGB value is (81,79,6). Sum of RGB (Red+Green+Blue) = 81+79+6=166 (21% of max value = 765). Red value is 81 (32.03% from 255 or 48.80% from 166); Green value is 79 (31.25% from 255 or 47.59% from 166); Blue value is 6 (2.73% from 255 or 3.61% from 166); Max value from RGB is 81 - color contains mainly: red. Hex color #514F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F06 is #AEB0F9. Grayscale: #474747. Windows color (decimal): -11448570 or 413521. OLE color: 413521.

HSL color Cylindrical-coordinate representation of color #514F06: hue angle of 58.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 #514F06 is Cyan = 0, Magento = 0.02, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 79 6 -
CMYK 0 0.02 0.93 0.68
HSL 58.4º 0.86% 0.17% -
HSV(B) 58.4º 0.93% 0.32% -
XYZ 6.22 7.35 1.26 -
YUV 71.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 81 79 6 0 0.02 0.93 0.68 58.4 0.86 0.17
Hex 51 4F 6 0 2 5D 44 3A 56 11
Octal 121 117 6 0 2 135 104 72 126 21
Binary 1010001 1001111 110 0 10 1011101 1000100 111010 1010110 10001

Color Harmonies of #514F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F06

Black with #514F06

Text Example


Text Example

White with #514F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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