#48590F

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

Shades of Verdun Green #48590F

Tints of Verdun Green #48590F

Color information

#48590F (or 0x48590F) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 0F. RGB value is (72,89,15). Sum of RGB (Red+Green+Blue) = 72+89+15=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #48590F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48590F is #B7A6F0. Grayscale: #4B4B4B. Windows color (decimal): -12035825 or 1005896. OLE color: 1005896.

HSL color Cylindrical-coordinate representation of color #48590F: hue angle of 73.78º 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 #48590F is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB728915-
CMYK0.1900.830.65
HSL73.78º71.15%20.39%-
HSV(B)73.78º83.15%34.9%-
XYZ6.338.561.77-
YUV75.4893.87125.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 89 (35.16% from 255) = 50.57%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=40.91%
G=50.57%
B=8.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289150.1900.830.6573.7871.1520.39
Hex4859F13053414a4714
Octal1101311723012310111210724
Binary100100010110011111100110101001110000011001010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48590F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,89,15); }

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

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

 a { background-color: rgb(72,89,15); }

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

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

 span { border-color: rgb(72,89,15); }

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