#444B1D

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

Shades of Verdun Green #444B1D

Tints of Verdun Green #444B1D

Color information

#444B1D (or 0x444B1D) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 1D. RGB value is (68,75,29). Sum of RGB (Red+Green+Blue) = 68+75+29=172 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.53% from 172); Green value is 75 (29.69% from 255 or 43.60% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 75 - color contains mainly: green. Hex color #444B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B1D is #BBB4E2. Grayscale: #434343. Windows color (decimal): -12301539 or 1919812. OLE color: 1919812.

HSL color Cylindrical-coordinate representation of color #444B1D: hue angle of 69.13º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #444B1D is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.71.

Color convert

RGB687529-
CMYK0.0900.610.71
HSL69.13º44.23%20.39%-
HSV(B)69.13º61.33%29.41%-
XYZ5.126.352.12-
YUV67.66106.18128.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.53%
GREEN value IS 75 (29.69% from 255) = 43.60%
BLUE value IS 29 (11.72% from 255) = 16.86%
R=39.53%
G=43.60%
B=16.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875290.0900.610.7169.1344.2320.39
Hex444B1D903D47452c14
Octal10411335110751071055424
Binary1000100100101111101100101111011000111100010110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,29); }

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

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

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

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

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

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

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