#444E01

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

Shades of Verdun Green #444E01

Tints of Verdun Green #444E01

Color information

#444E01 (or 0x444E01) is unknown color: approx Verdun Green. HEX triplet: 44, 4E and 01. RGB value is (68,78,1). Sum of RGB (Red+Green+Blue) = 68+78+1=147 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.26% from 147); Green value is 78 (30.86% from 255 or 53.06% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 78 - color contains mainly: green. Hex color #444E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444E01 is #BBB1FE. Grayscale: #424242. Windows color (decimal): -12300799 or 85572. OLE color: 85572.

HSL color Cylindrical-coordinate representation of color #444E01: hue angle of 67.79º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #444E01 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB68781-
CMYK0.1300.990.69
HSL67.79º97.47%15.49%-
HSV(B)67.79º98.72%30.59%-
XYZ5.116.681.05-
YUV66.2391.19129.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.26%
GREEN value IS 78 (30.86% from 255) = 53.06%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=46.26%
G=53.06%
B=0.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687810.1300.990.6967.7997.4715.49
Hex444E1D063454461f
Octal104116115014310510414117
Binary1000100100111011101011000111000101100010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444E01; }

 p { color: rgb(68,78,1); }

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

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

 a { background-color: rgb(68,78,1); }

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

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

 span { border-color: rgb(68,78,1); }

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