#48600E

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

Shades of Verdun Green #48600E

Tints of Verdun Green #48600E

Color information

#48600E (or 0x48600E) is unknown color: approx Verdun Green. HEX triplet: 48, 60 and 0E. RGB value is (72,96,14). Sum of RGB (Red+Green+Blue) = 72+96+14=182 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.56% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 14 (5.86% from 255 or 7.69% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #48600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48600E is #B79FF1. Grayscale: #4F4F4F. Windows color (decimal): -12034034 or 942152. OLE color: 942152.

HSL color Cylindrical-coordinate representation of color #48600E: hue angle of 77.56º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #48600E is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB729614-
CMYK0.2500.850.62
HSL77.56º74.55%21.57%-
HSV(B)77.56º85.42%37.65%-
XYZ6.939.781.94-
YUV79.4891.05122.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 39.56%
GREEN value IS 96 (37.89% from 255) = 52.75%
BLUE value IS 14 (5.86% from 255) = 7.69%
R=39.56%
G=52.75%
B=7.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296140.2500.850.6277.5674.5521.57
Hex4860E190553E4e4b16
Octal110140163101257611611326
Binary10010001100000111011001010101011111101001110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48600E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48600E; }

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

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

<style>
 a { background-color: #48600E; }

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

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

<style>
 span { border-color: #48600E; }

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

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