#444B1E

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

Shades of Verdun Green #444B1E

Tints of Verdun Green #444B1E

Color information

#444B1E (or 0x444B1E) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 1E. RGB value is (68,75,30). Sum of RGB (Red+Green+Blue) = 68+75+30=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 75 (29.69% from 255 or 43.35% from 173); Blue value is 30 (12.11% from 255 or 17.34% from 173); Max value from RGB is 75 - color contains mainly: green. Hex color #444B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444B1E is #BBB4E1. Grayscale: #434343. Windows color (decimal): -12301538 or 1985348. OLE color: 1985348.

HSL color Cylindrical-coordinate representation of color #444B1E: hue angle of 69.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #444B1E is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB687530-
CMYK0.0900.600.71
HSL69.33º42.86%20.59%-
HSV(B)69.33º60%29.41%-
XYZ5.136.352.18-
YUV67.78106.68128.16-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 39.31%
GREEN value IS 75 (29.69% from 255) = 43.35%
BLUE value IS 30 (12.11% from 255) = 17.34%
R=39.31%
G=43.35%
B=17.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875300.0900.600.7169.3342.8620.59
Hex444B1E903C47452b15
Octal10411336110741071055325
Binary1000100100101111110100101111001000111100010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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