#44541A

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

Shades of Verdun Green #44541A

Tints of Verdun Green #44541A

Color information

#44541A (or 0x44541A) is unknown color: approx Verdun Green. HEX triplet: 44, 54 and 1A. RGB value is (68,84,26). Sum of RGB (Red+Green+Blue) = 68+84+26=178 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.20% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #44541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44541A is #BBABE5. Grayscale: #484848. Windows color (decimal): -12299238 or 1725508. OLE color: 1725508.

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

Color convert

RGB688426-
CMYK0.1900.690.67
HSL76.55º52.73%21.57%-
HSV(B)76.55º69.05%32.94%-
XYZ5.747.642.15-
YUV72.6101.7124.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 38.20%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 26 (10.55% from 255) = 14.61%
R=38.20%
G=47.19%
B=14.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6884260.1900.690.6776.5552.7321.57
Hex44541A13045434d3516
Octal104124322301051031156526
Binary100010010101001101010011010001011000011100110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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