#44541B

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

Shades of Verdun Green #44541B

Tints of Verdun Green #44541B

Color information

#44541B (or 0x44541B) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 1B. RGB value is (68,84,27). Sum of RGB (Red+Green+Blue) = 68+84+27=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #44541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541B is #BBABE4. Grayscale: #484848. Windows color (decimal): -12299237 or 1791044. OLE color: 1791044.

HSL color Cylindrical-coordinate representation of color #44541B: hue angle of 76.84º degrees, saturation: 0.51, 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 #44541B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB688427-
CMYK0.1900.680.67
HSL76.84º51.35%21.76%-
HSV(B)76.84º67.86%32.94%-
XYZ5.757.652.21-
YUV72.72102.2124.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 84 (33.20% from 255) = 46.93%
BLUE value IS 27 (10.94% from 255) = 15.08%
R=37.99%
G=46.93%
B=15.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884270.1900.680.6776.8451.3521.76
Hex44541B13044434d3316
Octal104124332301041031156326
Binary100010010101001101110011010001001000011100110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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