Html Css Color HEX #514F05 Verdun Green

📋 copy color: '#514F05'

red 81 ◦ green 79 ◦ blue 5

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

Shades of Verdun Green #514F05

Tints of Verdun Green #514F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 49.09%
G = 47.88%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514F05 (or 0x514F05) is known color: Verdun Green. HEX triplet: 51, 4F and 05. RGB value is (81,79,5). Sum of RGB (Red+Green+Blue) = 81+79+5=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F05 is #AEB0FA. Grayscale: #474747. Windows color (decimal): -11448571 or 347985. OLE color: 347985.

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

Color convert

RGB 81 79 5 -
CMYK 0 0.02 0.94 0.68
HSL 58.42º 0.88% 0.17% -
HSV(B) 58.42º 0.94% 0.32% -
XYZ 6.22 7.35 1.24 -
YUV 71.16 90.66 135.02 -
System Red Green Blue C M Y K H S L
Decimal 81 79 5 0 0.02 0.94 0.68 58.42 0.88 0.17
Hex 51 4F 5 0 2 5E 44 3A 58 11
Octal 121 117 5 0 2 136 104 72 130 21
Binary 1010001 1001111 101 0 10 1011110 1000100 111010 1011000 10001

Color Harmonies of #514F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F05

Black with #514F05

Text Example


Text Example

White with #514F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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