#444C01

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

Shades of Verdun Green #444C01

Tints of Verdun Green #444C01

Color information

#444C01 (or 0x444C01) is unknown color: approx Verdun Green. HEX triplet: 44, 4C and 01. RGB value is (68,76,1). Sum of RGB (Red+Green+Blue) = 68+76+1=145 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.90% from 145); Green value is 76 (30.08% from 255 or 52.41% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 76 - color contains mainly: green. Hex color #444C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444C01 is #BBB3FE. Grayscale: #414141. Windows color (decimal): -12301311 or 85060. OLE color: 85060.

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

Color convert

RGB68761-
CMYK0.1100.990.70
HSL66.4º97.4%15.1%-
HSV(B)66.4º98.68%29.8%-
XYZ4.976.41-
YUV65.0691.85130.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.90%
GREEN value IS 76 (30.08% from 255) = 52.41%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=46.90%
G=52.41%
B=0.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal687610.1100.990.7066.497.415.1
Hex444C1B063464261f
Octal104114113014310610214117
Binary1000100100110011011011000111000110100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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