#44551E

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

Shades of Verdun Green #44551E

Tints of Verdun Green #44551E

Color information

#44551E (or 0x44551E) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 1E. RGB value is (68,85,30). Sum of RGB (Red+Green+Blue) = 68+85+30=183 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.16% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #44551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551E is #BBAAE1. Grayscale: #494949. Windows color (decimal): -12298978 or 1987908. OLE color: 1987908.

HSL color Cylindrical-coordinate representation of color #44551E: hue angle of 78.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44551E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB688530-
CMYK0.2000.650.67
HSL78.55º47.83%22.55%-
HSV(B)78.55º64.71%33.33%-
XYZ5.877.822.43-
YUV73.65103.37123.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.16%
GREEN value IS 85 (33.59% from 255) = 46.45%
BLUE value IS 30 (12.11% from 255) = 16.39%
R=37.16%
G=46.45%
B=16.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885300.2000.650.6778.5547.8322.55
Hex44551E14041434f3017
Octal104125362401011031176027
Binary100010010101011111010100010000011000011100111111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44551E; }

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

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

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

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

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

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

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

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