#444F01

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

Shades of Verdun Green #444F01

Tints of Verdun Green #444F01

Color information

#444F01 (or 0x444F01) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 01. RGB value is (68,79,1). Sum of RGB (Red+Green+Blue) = 68+79+1=148 (19% of max value = 765). Red value is 68 (26.95% from 255 or 45.95% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #444F01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F01 is #BBB0FE. Grayscale: #434343. Windows color (decimal): -12300543 or 85828. OLE color: 85828.

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

Color convert

RGB68791-
CMYK0.1400.990.69
HSL68.46º97.5%15.69%-
HSV(B)68.46º98.73%30.98%-
XYZ5.196.821.07-
YUV66.8290.86128.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.95%
GREEN value IS 79 (31.25% from 255) = 53.38%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=45.95%
G=53.38%
B=0.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687910.1400.990.6968.4697.515.69
Hex444F1E06345446210
Octal104117116014310510414220
Binary10001001001111111100110001110001011000100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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