#44551B

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

Shades of Verdun Green #44551B

Tints of Verdun Green #44551B

Color information

#44551B (or 0x44551B) is unknown color: approx Verdun Green. HEX triplet: 44, 55 and 1B. RGB value is (68,85,27). Sum of RGB (Red+Green+Blue) = 68+85+27=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #44551B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44551B is #BBAAE4. Grayscale: #494949. Windows color (decimal): -12298981 or 1791300. OLE color: 1791300.

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

Color convert

RGB688527-
CMYK0.2000.680.67
HSL77.59º51.79%21.96%-
HSV(B)77.59º68.24%33.33%-
XYZ5.837.812.24-
YUV73.31101.87124.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 27 (10.94% from 255) = 15%
R=37.78%
G=47.22%
B=15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6885270.2000.680.6777.5951.7921.96
Hex44551B14044434e3416
Octal104125332401041031166426
Binary100010010101011101110100010001001000011100111011010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44551B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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