#44541E

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

Shades of Verdun Green #44541E

Tints of Verdun Green #44541E

Color information

#44541E (or 0x44541E) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 1E. RGB value is (68,84,30). Sum of RGB (Red+Green+Blue) = 68+84+30=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 84 (33.20% from 255 or 46.15% from 182); Blue value is 30 (12.11% from 255 or 16.48% from 182); Max value from RGB is 84 - color contains mainly: green. Hex color #44541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541E is #BBABE1. Grayscale: #494949. Windows color (decimal): -12299234 or 1987652. OLE color: 1987652.

HSL color Cylindrical-coordinate representation of color #44541E: hue angle of 77.78º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44541E is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB688430-
CMYK0.1900.640.67
HSL77.78º47.37%22.35%-
HSV(B)77.78º64.29%32.94%-
XYZ5.797.662.4-
YUV73.06103.7124.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.36%
GREEN value IS 84 (33.20% from 255) = 46.15%
BLUE value IS 30 (12.11% from 255) = 16.48%
R=37.36%
G=46.15%
B=16.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884300.1900.640.6777.7847.3722.35
Hex44541E13040434e2f16
Octal104124362301001031165726
Binary100010010101001111010011010000001000011100111010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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