#444410

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

Shades of Verdun Green #444410

Tints of Verdun Green #444410

Color information

#444410 (or 0x444410) is unknown color: approx Verdun Green. HEX triplet: 44, 44 and 10. RGB value is (68,68,16). Sum of RGB (Red+Green+Blue) = 68+68+16=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 68 - color contains mainly: red, green. Hex color #444410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444410 is #BBBBEF. Grayscale: #3E3E3E. Windows color (decimal): -12303344 or 1066052. OLE color: 1066052.

HSL color Cylindrical-coordinate representation of color #444410: hue angle of 60º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #444410 is Cyan = 0, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB686816-
CMYK000.760.73
HSL60º61.9%16.47%-
HSV(B)60º76.47%26.67%-
XYZ4.545.41.29-
YUV62.07102132.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 44.74%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 16 (6.64% from 255) = 10.53%
R=44.74%
G=44.74%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal686816000.760.736061.916.47
Hex444410004C493c3e10
Octal1041042000114111747620
Binary1000100100010010000001001100100100111110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444410; }

 p { color: rgb(68,68,16); }

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

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

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

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

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

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

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