#48551F

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

Shades of Verdun Green #48551F

Tints of Verdun Green #48551F

Color information

#48551F (or 0x48551F) is unknown color: approx Verdun Green. HEX triplet: 48, 55 and 1F. RGB value is (72,85,31). Sum of RGB (Red+Green+Blue) = 72+85+31=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #48551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551F is #B7AAE0. Grayscale: #4B4B4B. Windows color (decimal): -12036833 or 2053448. OLE color: 2053448.

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

Color convert

RGB728531-
CMYK0.1500.640.67
HSL74.44º46.55%22.75%-
HSV(B)74.44º63.53%33.33%-
XYZ6.177.972.51-
YUV74.96103.19125.89-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 38.30%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 31 (12.5% from 255) = 16.49%
R=38.30%
G=45.21%
B=16.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285310.1500.640.6774.4446.5522.75
Hex48551FF040434a2f17
Octal110125371701001031125727
Binary10010001010101111111111010000001000011100101010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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