#514F0B

Color #514F0B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #514F0B

Tints of Verdun Green #514F0B

Color information

#514F0B (or 0x514F0B) is unknown color: approx Verdun Green. HEX triplet: 51, 4F and 0B. RGB value is (81,79,11). Sum of RGB (Red+Green+Blue) = 81+79+11=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 79 (31.25% from 255 or 46.20% from 171); Blue value is 11 (4.69% from 255 or 6.43% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #514F0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #514F0B is #AEB0F4. Grayscale: #484848. Windows color (decimal): -11448565 or 741201. OLE color: 741201.

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

Color convert

RGB817911-
CMYK00.020.860.68
HSL58.29º76.09%18.04%-
HSV(B)58.29º86.42%31.76%-
XYZ6.257.371.41-
YUV71.8593.66134.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.37%
GREEN value IS 79 (31.25% from 255) = 46.20%
BLUE value IS 11 (4.69% from 255) = 6.43%
R=47.37%
G=46.20%
B=6.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.86
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81791100.020.860.6858.2976.0918.04
Hex514FB0256443a4c12
Octal12111713021261047211422
Binary10100011001111101101010101101000100111010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #514F0B;
 }
 .AnyTagClassName
 {
   color: #514F0B;
 }
</style>
background-color css

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

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

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

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

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

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