#48591F

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

Shades of Verdun Green #48591F

Tints of Verdun Green #48591F

Color information

#48591F (or 0x48591F) is unknown color: approx Verdun Green. HEX triplet: 48, 59 and 1F. RGB value is (72,89,31). Sum of RGB (Red+Green+Blue) = 72+89+31=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #48591F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48591F is #B7A6E0. Grayscale: #4D4D4D. Windows color (decimal): -12035809 or 2054472. OLE color: 2054472.

HSL color Cylindrical-coordinate representation of color #48591F: hue angle of 77.59º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48591F is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.65.

Color convert

RGB728931-
CMYK0.1900.650.65
HSL77.59º48.33%23.53%-
HSV(B)77.59º65.17%34.9%-
XYZ6.498.622.62-
YUV77.3101.87124.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=37.5%
G=46.35%
B=16.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289310.1900.650.6577.5948.3323.53
Hex48591F13041414e3018
Octal110131372301011011166030
Binary100100010110011111110011010000011000001100111011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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