#444B01

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

Shades of Verdun Green #444B01

Tints of Verdun Green #444B01

Color information

#444B01 (or 0x444B01) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 01. RGB value is (68,75,1). Sum of RGB (Red+Green+Blue) = 68+75+1=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #444B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B01 is #BBB4FE. Grayscale: #404040. Windows color (decimal): -12301567 or 84804. OLE color: 84804.

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

Color convert

RGB68751-
CMYK0.0900.990.71
HSL65.68º97.37%14.9%-
HSV(B)65.68º98.67%29.41%-
XYZ4.916.260.98-
YUV64.4792.18130.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.22%
GREEN value IS 75 (29.69% from 255) = 52.08%
BLUE value IS 1 (0.78% from 255) = 0.69%
R=47.22%
G=52.08%
B=0.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal687510.0900.990.7165.6897.3714.9
Hex444B19063474261f
Octal104113111014310710214117
Binary1000100100101111001011000111000111100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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