#49580F

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

Shades of Verdun Green #49580F

Tints of Verdun Green #49580F

Color information

#49580F (or 0x49580F) is unknown color: approx Verdun Green. HEX triplet: 49, 58 and 0F. RGB value is (73,88,15). Sum of RGB (Red+Green+Blue) = 73+88+15=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 88 (34.77% from 255 or 50% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 88 - color contains mainly: green. Hex color #49580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #49580F is #B6A7F0. Grayscale: #4B4B4B. Windows color (decimal): -11970545 or 1005641. OLE color: 1005641.

HSL color Cylindrical-coordinate representation of color #49580F: hue angle of 72.33º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #49580F is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB738815-
CMYK0.1700.830.65
HSL72.33º70.87%20.2%-
HSV(B)72.33º82.95%34.51%-
XYZ6.328.431.75-
YUV75.1994.03126.44-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.48%
GREEN value IS 88 (34.77% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=41.48%
G=50%
B=8.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7388150.1700.830.6572.3370.8720.2
Hex4958F1105341484714
Octal1111301721012310111010724
Binary100100110110001111100010101001110000011001000100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49580F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,88,15); }

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

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

 a { background-color: rgb(73,88,15); }

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

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

 span { border-color: rgb(73,88,15); }

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