#444E00

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

Shades of Verdun Green #444E00

Tints of Verdun Green #444E00

Color information

#444E00 (or 0x444E00) is unknown color: approx Verdun Green. HEX triplet: 44, 4E and 00. RGB value is (68,78,0). Sum of RGB (Red+Green+Blue) = 68+78+0=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 78 (30.86% from 255 or 53.42% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 78 - color contains mainly: green. Hex color #444E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444E00 is #BBB1FF. Grayscale: #424242. Windows color (decimal): -12300800 or 20036. OLE color: 20036.

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

Color convert

RGB68780-
CMYK0.13010.69
HSL67.69º100%15.29%-
HSV(B)67.69º100%30.59%-
XYZ5.116.681.02-
YUV66.1290.69129.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 78 (30.86% from 255) = 53.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.58%
G=53.42%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687800.13010.6967.6910015.29
Hex444E0D064454464f
Octal104116015014410510414417
Binary1000100100111001101011001001000101100010011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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