#48601A

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

Shades of Verdun Green #48601A

Tints of Verdun Green #48601A

Color information

#48601A (or 0x48601A) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 1A. RGB value is (72,96,26). Sum of RGB (Red+Green+Blue) = 72+96+26=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #48601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601A is #B79FE5. Grayscale: #515151. Windows color (decimal): -12034022 or 1728584. OLE color: 1728584.

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

Color convert

RGB729626-
CMYK0.2500.730.62
HSL80.57º57.38%23.92%-
HSV(B)80.57º72.92%37.65%-
XYZ7.049.822.5-
YUV80.8497.05121.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.11%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 26 (10.55% from 255) = 13.40%
R=37.11%
G=49.48%
B=13.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296260.2500.730.6280.5757.3823.92
Hex48601A190493E513918
Octal11014032310111761217130
Binary10010001100000110101100101001001111110101000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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