Html Css Color HEX #514C05 Verdun Green

📋 copy color: '#514C05'

red 81 ◦ green 76 ◦ blue 5

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

Shades of Verdun Green #514C05

Tints of Verdun Green #514C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.91%

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

R = 50%
G = 46.91%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#514C05 (or 0x514C05) is known color: Verdun Green. HEX triplet: 51, 4C and 05. RGB value is (81,76,5). Sum of RGB (Red+Green+Blue) = 81+76+5=162 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50% from 162); Green value is 76 (30.08% from 255 or 46.91% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 81 - color contains mainly: red. Hex color #514C05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514C05 is #AEB3FA. Grayscale: #454545. Windows color (decimal): -11449339 or 347217. OLE color: 347217.

HSL color Cylindrical-coordinate representation of color #514C05: hue angle of 56.05º 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 #514C05 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 76 5 -
CMYK 0 0.06 0.94 0.68
HSL 56.05º 0.88% 0.17% -
HSV(B) 56.05º 0.94% 0.32% -
XYZ 6.01 6.93 1.16 -
YUV 69.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 81 76 5 0 0.06 0.94 0.68 56.05 0.88 0.17
Hex 51 4C 5 0 6 5E 44 38 58 11
Octal 121 114 5 0 6 136 104 70 130 21
Binary 1010001 1001100 101 0 110 1011110 1000100 111000 1011000 10001

Color Harmonies of #514C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514C05

Black with #514C05

Text Example


Text Example

White with #514C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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