#444F08

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

Shades of Verdun Green #444F08

Tints of Verdun Green #444F08

Color information

#444F08 (or 0x444F08) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 08. RGB value is (68,79,8). Sum of RGB (Red+Green+Blue) = 68+79+8=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 79 (31.25% from 255 or 50.97% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 79 - color contains mainly: green. Hex color #444F08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F08 is #BBB0F7. Grayscale: #434343. Windows color (decimal): -12300536 or 544580. OLE color: 544580.

HSL color Cylindrical-coordinate representation of color #444F08: hue angle of 69.3º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #444F08 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB68798-
CMYK0.1400.900.69
HSL69.3º81.61%17.06%-
HSV(B)69.3º89.87%30.98%-
XYZ5.226.841.27-
YUV67.6294.36128.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.87%
GREEN value IS 79 (31.25% from 255) = 50.97%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=43.87%
G=50.97%
B=5.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal687980.1400.900.6969.381.6117.06
Hex444F8E05A45455211
Octal1041171016013210510512221
Binary10001001001111100011100101101010001011000101101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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