#48601C

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

Shades of Verdun Green #48601C

Tints of Verdun Green #48601C

Color information

#48601C (or 0x48601C) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 1C. RGB value is (72,96,28). Sum of RGB (Red+Green+Blue) = 72+96+28=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #48601C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601C is #B79FE3. Grayscale: #515151. Windows color (decimal): -12034020 or 1859656. OLE color: 1859656.

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

Color convert

RGB729628-
CMYK0.2500.710.62
HSL81.18º54.84%24.31%-
HSV(B)81.18º70.83%37.65%-
XYZ7.069.832.62-
YUV81.0798.05121.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 28 (11.33% from 255) = 14.29%
R=36.73%
G=48.98%
B=14.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296280.2500.710.6281.1854.8424.31
Hex48601C190473E513718
Octal11014034310107761216730
Binary10010001100000111001100101000111111110101000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48601C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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