#444900

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

Shades of Verdun Green #444900

Tints of Verdun Green #444900

Color information

#444900 (or 0x444900) is unknown color: approx Verdun Green. HEX triplet: 44, 49 and 00. RGB value is (68,73,0). Sum of RGB (Red+Green+Blue) = 68+73+0=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 73 (28.91% from 255 or 51.77% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 73 - color contains mainly: green. Hex color #444900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444900 is #BBB6FF. Grayscale: #3F3F3F. Windows color (decimal): -12302080 or 18756. OLE color: 18756.

HSL color Cylindrical-coordinate representation of color #444900: hue angle of 64.11º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444900 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.71.

Color convert

RGB68730-
CMYK0.07010.71
HSL64.11º100%14.31%-
HSV(B)64.11º100%28.63%-
XYZ4.775.990.91-
YUV63.1892.34131.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 73 (28.91% from 255) = 51.77%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.23%
G=51.77%
B=0%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal687300.07010.7164.1110014.31
Hex444907064474064e
Octal10411107014410710014416
Binary100010010010010111011001001000111100000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444900; }

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

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

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

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

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

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

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

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