#44551C

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

Shades of Verdun Green #44551C

Tints of Verdun Green #44551C

Color information

#44551C (or 0x44551C) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 1C. RGB value is (68,85,28). Sum of RGB (Red+Green+Blue) = 68+85+28=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #44551C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551C is #BBAAE3. Grayscale: #494949. Windows color (decimal): -12298980 or 1856836. OLE color: 1856836.

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

Color convert

RGB688528-
CMYK0.2000.670.67
HSL77.89º50.44%22.16%-
HSV(B)77.89º67.06%33.33%-
XYZ5.847.812.3-
YUV73.42102.37124.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 46.96%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=37.57%
G=46.96%
B=15.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885280.2000.670.6777.8950.4422.16
Hex44551C14043434e3216
Octal104125342401031031166226
Binary100010010101011110010100010000111000011100111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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