Html Css Color HEX #514D0F Verdun Green

📋 copy color: '#514D0F'

red 81 ◦ green 77 ◦ blue 15

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

Shades of Verdun Green #514D0F

Tints of Verdun Green #514D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.51%

 BLUE value IS 15 (6.25% from 255) = 8.67%

R = 46.82%
G = 44.51%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#514D0F (or 0x514D0F) is known color: Verdun Green. HEX triplet: 51, 4D and 0F. RGB value is (81,77,15). Sum of RGB (Red+Green+Blue) = 81+77+15=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 77 (30.47% from 255 or 44.51% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #514D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514D0F is #AEB2F0. Grayscale: #474747. Windows color (decimal): -11449073 or 1002833. OLE color: 1002833.

HSL color Cylindrical-coordinate representation of color #514D0F: hue angle of 56.36º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #514D0F is Cyan = 0, Magento = 0.05, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 77 15 -
CMYK 0 0.05 0.81 0.68
HSL 56.36º 0.69% 0.19% -
HSV(B) 56.36º 0.81% 0.32% -
XYZ 6.13 7.09 1.5 -
YUV 71.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 81 77 15 0 0.05 0.81 0.68 56.36 0.69 0.19
Hex 51 4D F 0 5 51 44 38 45 13
Octal 121 115 17 0 5 121 104 70 105 23
Binary 1010001 1001101 1111 0 101 1010001 1000100 111000 1000101 10011

Color Harmonies of #514D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D0F

Black with #514D0F

Text Example


Text Example

White with #514D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,77,15); }

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

background-color css

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

 a { background-color: rgb(81,77,15); }

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

border-color css

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

 span { border-color: rgb(81,77,15); }

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