#444100

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

Shades of Verdun Green #444100

Tints of Verdun Green #444100

Color information

#444100 (or 0x444100) is unknown color: approx Verdun Green. HEX triplet: 44, 41 and 00. RGB value is (68,65,0). Sum of RGB (Red+Green+Blue) = 68+65+0=133 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.13% from 133); Green value is 65 (25.78% from 255 or 48.87% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 68 - color contains mainly: red. Hex color #444100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444100 is #BBBEFF. Grayscale: #3A3A3A. Windows color (decimal): -12304128 or 16708. OLE color: 16708.

HSL color Cylindrical-coordinate representation of color #444100: hue angle of 57.35º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #444100 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB68650-
CMYK00.0410.73
HSL57.35º100%13.33%-
HSV(B)57.35º100%26.67%-
XYZ4.275.010.74-
YUV58.4994.99134.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.13%
GREEN value IS 65 (25.78% from 255) = 48.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.13%
G=48.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6865000.0410.7357.3510013.33
Hex444100464493964d
Octal1041010041441117114415
Binary10001001000001001001100100100100111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444100; }

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

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

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

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

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

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

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

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