#44450D

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

Shades of Verdun Green #44450D

Tints of Verdun Green #44450D

Color information

#44450D (or 0x44450D) is unknown color: approx Verdun Green. HEX triplet: 44, 45 and 0D. RGB value is (68,69,13). Sum of RGB (Red+Green+Blue) = 68+69+13=150 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.33% from 150); Green value is 69 (27.34% from 255 or 46% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 69 - color contains mainly: green. Hex color #44450D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #44450D is #BBBAF2. Grayscale: #3E3E3E. Windows color (decimal): -12303091 or 869700. OLE color: 869700.

HSL color Cylindrical-coordinate representation of color #44450D: hue angle of 61.07º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #44450D is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB686913-
CMYK0.0100.810.73
HSL61.07º68.29%16.08%-
HSV(B)61.07º81.16%27.06%-
XYZ4.585.511.2-
YUV62.32100.17132.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.33%
GREEN value IS 69 (27.34% from 255) = 46%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=45.33%
G=46%
B=8.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6869130.0100.810.7361.0768.2916.08
Hex4445D1051493d4410
Octal10410515101211117510420
Binary1000100100010111011010100011001001111101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44450D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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