#48450D

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

Shades of Verdun Green #48450D

Tints of Verdun Green #48450D

Color information

#48450D (or 0x48450D) is unknown color: approx Verdun Green. HEX triplet: 48, 45 and 0D. RGB value is (72,69,13). Sum of RGB (Red+Green+Blue) = 72+69+13=154 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.75% from 154); Green value is 69 (27.34% from 255 or 44.81% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 72 - color contains mainly: red. Hex color #48450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48450D is #B7BAF2. Grayscale: #3F3F3F. Windows color (decimal): -12040947 or 869704. OLE color: 869704.

HSL color Cylindrical-coordinate representation of color #48450D: hue angle of 56.95º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48450D is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB726913-
CMYK00.040.820.72
HSL56.95º69.41%16.67%-
HSV(B)56.95º81.94%28.24%-
XYZ4.875.661.22-
YUV63.5199.49134.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 46.75%
GREEN value IS 69 (27.34% from 255) = 44.81%
BLUE value IS 13 (5.47% from 255) = 8.44%
R=46.75%
G=44.81%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72691300.040.820.7256.9569.4116.67
Hex4845D045248394511
Octal11010515041221107110521
Binary100100010001011101010010100101001000111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48450D; }

 p { color: rgb(72,69,13); }

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

<style>
 a { background-color: #48450D; }

 a { background-color: rgb(72,69,13); }

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

<style>
 span { border-color: #48450D; }

 span { border-color: rgb(72,69,13); }

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