#444310

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

Shades of Verdun Green #444310

Tints of Verdun Green #444310

Color information

#444310 (or 0x444310) is unknown color: approx Verdun Green. HEX triplet: 44, 43 and 10. RGB value is (68,67,16). Sum of RGB (Red+Green+Blue) = 68+67+16=151 (20% of max value = 765). Red value is 68 (26.95% from 255 or 45.03% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 68 - color contains mainly: red. Hex color #444310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444310 is #BBBCEF. Grayscale: #3D3D3D. Windows color (decimal): -12303600 or 1065796. OLE color: 1065796.

HSL color Cylindrical-coordinate representation of color #444310: hue angle of 58.85º 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 #444310 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB686716-
CMYK00.010.760.73
HSL58.85º61.9%16.47%-
HSV(B)58.85º76.47%26.67%-
XYZ4.485.281.27-
YUV61.48102.33132.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 45.03%
GREEN value IS 67 (26.56% from 255) = 44.37%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=45.03%
G=44.37%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68671600.010.760.7358.8561.916.47
Hex444310014C493b3e10
Octal1041032001114111737620
Binary1000100100001110000011001100100100111101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444310; }

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

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

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

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

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

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

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

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