#44480D

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

Shades of Verdun Green #44480D

Tints of Verdun Green #44480D

Color information

#44480D (or 0x44480D) is unknown color: approx Verdun Green. HEX triplet: 44, 48 and 0D. RGB value is (68,72,13). Sum of RGB (Red+Green+Blue) = 68+72+13=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #44480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44480D is #BBB7F2. Grayscale: #404040. Windows color (decimal): -12302323 or 870468. OLE color: 870468.

HSL color Cylindrical-coordinate representation of color #44480D: hue angle of 64.07º 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 #44480D is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB687213-
CMYK0.0600.820.72
HSL64.07º69.41%16.67%-
HSV(B)64.07º81.94%28.24%-
XYZ4.775.891.27-
YUV64.0899.17130.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.44%
GREEN value IS 72 (28.52% from 255) = 47.06%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=44.44%
G=47.06%
B=8.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6872130.0600.820.7264.0769.4116.67
Hex4448D605248404511
Octal104110156012211010010521
Binary1000100100100011011100101001010010001000000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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