#444207

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

Shades of Verdun Green #444207

Tints of Verdun Green #444207

Color information

#444207 (or 0x444207) is unknown color: approx Verdun Green. HEX triplet: 44, 42 and 07. RGB value is (68,66,7). Sum of RGB (Red+Green+Blue) = 68+66+7=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #444207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444207 is #BBBDF8. Grayscale: #3C3C3C. Windows color (decimal): -12303865 or 475716. OLE color: 475716.

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

Color convert

RGB68667-
CMYK00.030.900.73
HSL58.03º81.33%14.71%-
HSV(B)58.03º89.71%26.67%-
XYZ4.375.140.96-
YUV59.8798.16133.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 66 (26.17% from 255) = 46.81%
BLUE value IS 7 (3.12% from 255) = 4.96%
R=48.23%
G=46.81%
B=4.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6866700.030.900.7358.0381.3314.71
Hex44427035A493a51f
Octal1041027031321117212117
Binary100010010000101110111011010100100111101010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444207; }

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

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

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

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

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

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

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

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