#48601B

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

Shades of Verdun Green #48601B

Tints of Verdun Green #48601B

Color information

#48601B (or 0x48601B) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 1B. RGB value is (72,96,27). Sum of RGB (Red+Green+Blue) = 72+96+27=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #48601B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601B is #B79FE4. Grayscale: #515151. Windows color (decimal): -12034021 or 1794120. OLE color: 1794120.

HSL color Cylindrical-coordinate representation of color #48601B: hue angle of 80.87º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48601B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB729627-
CMYK0.2500.720.62
HSL80.87º56.1%24.12%-
HSV(B)80.87º71.88%37.65%-
XYZ7.059.822.56-
YUV80.9697.55121.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.92%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=36.92%
G=49.23%
B=13.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296270.2500.720.6280.8756.124.12
Hex48601B190483E513818
Octal11014033310110761217030
Binary10010001100000110111100101001000111110101000111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48601B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48601B; }

 p { color: rgb(72,96,27); }

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

<style>
 a { background-color: #48601B; }

 a { background-color: rgb(72,96,27); }

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

<style>
 span { border-color: #48601B; }

 span { border-color: rgb(72,96,27); }

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