#444313

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

Shades of Verdun Green #444313

Tints of Verdun Green #444313

Color information

#444313 (or 0x444313) is unknown color: approx Verdun Green. HEX triplet: 44, 43 and 13. RGB value is (68,67,19). Sum of RGB (Red+Green+Blue) = 68+67+19=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 67 (26.56% from 255 or 43.51% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 68 - color contains mainly: red. Hex color #444313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444313 is #BBBCEC. Grayscale: #3E3E3E. Windows color (decimal): -12303597 or 1262404. OLE color: 1262404.

HSL color Cylindrical-coordinate representation of color #444313: hue angle of 58.78º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #444313 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB686719-
CMYK00.010.720.73
HSL58.78º56.32%17.06%-
HSV(B)58.78º72.06%26.67%-
XYZ4.515.291.4-
YUV61.83103.83132.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.16%
GREEN value IS 67 (26.56% from 255) = 43.51%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=44.16%
G=43.51%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68671900.010.720.7358.7856.3217.06
Hex4443130148493b3811
Octal1041032301110111737021
Binary1000100100001110011011001000100100111101111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444313; }

 p { color: rgb(68,67,19); }

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

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

 a { background-color: rgb(68,67,19); }

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

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

 span { border-color: rgb(68,67,19); }

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