#444206

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

Shades of Verdun Green #444206

Tints of Verdun Green #444206

Color information

#444206 (or 0x444206) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 06. RGB value is (68,66,6). Sum of RGB (Red+Green+Blue) = 68+66+6=140 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.57% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 68 - color contains mainly: red. Hex color #444206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444206 is #BBBDF9. Grayscale: #3B3B3B. Windows color (decimal): -12303866 or 410180. OLE color: 410180.

HSL color Cylindrical-coordinate representation of color #444206: hue angle of 58.06º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #444206 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB68666-
CMYK00.030.910.73
HSL58.06º83.78%14.51%-
HSV(B)58.06º91.18%26.67%-
XYZ4.365.140.93-
YUV59.7697.66133.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.57%
GREEN value IS 66 (26.17% from 255) = 47.14%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=48.57%
G=47.14%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6866600.030.910.7358.0683.7814.51
Hex44426035B493a54f
Octal1041026031331117212417
Binary100010010000101100111011011100100111101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444206; }

 p { color: rgb(68,66,6); }

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

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

 a { background-color: rgb(68,66,6); }

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

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

 span { border-color: rgb(68,66,6); }

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