#49561F

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

Shades of Verdun Green #49561F

Tints of Verdun Green #49561F

Color information

#49561F (or 0x49561F) is unknown color: approx Verdun Green. HEX triplet: 49, 56 and 1F. RGB value is (73,86,31). Sum of RGB (Red+Green+Blue) = 73+86+31=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 86 (33.98% from 255 or 45.26% from 190); Blue value is 31 (12.5% from 255 or 16.32% from 190); Max value from RGB is 86 - color contains mainly: green. Hex color #49561F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49561F is #B6A9E0. Grayscale: #4C4C4C. Windows color (decimal): -11971041 or 2053705. OLE color: 2053705.

HSL color Cylindrical-coordinate representation of color #49561F: hue angle of 74.18º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49561F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB738631-
CMYK0.1500.640.66
HSL74.18º47.01%22.94%-
HSV(B)74.18º63.95%33.73%-
XYZ6.328.172.54-
YUV75.84102.69125.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 38.42%
GREEN value IS 86 (33.98% from 255) = 45.26%
BLUE value IS 31 (12.5% from 255) = 16.32%
R=38.42%
G=45.26%
B=16.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7386310.1500.640.6674.1847.0122.94
Hex49561FF040424a2f17
Octal111126371701001021125727
Binary10010011010110111111111010000001000010100101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49561F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49561F; }

 p { color: rgb(73,86,31); }

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

<style>
 a { background-color: #49561F; }

 a { background-color: rgb(73,86,31); }

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

<style>
 span { border-color: #49561F; }

 span { border-color: rgb(73,86,31); }

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