#44521F

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

Shades of Verdun Green #44521F

Tints of Verdun Green #44521F

Color information

#44521F (or 0x44521F) is unknown color: approx Verdun Green. HEX triplet: 44, 52 and 1F. RGB value is (68,82,31). Sum of RGB (Red+Green+Blue) = 68+82+31=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 31 (12.5% from 255 or 17.13% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #44521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44521F is #BBADE0. Grayscale: #484848. Windows color (decimal): -12299745 or 2052676. OLE color: 2052676.

HSL color Cylindrical-coordinate representation of color #44521F: hue angle of 76.47º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44521F is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB688231-
CMYK0.1700.620.68
HSL76.47º45.13%22.16%-
HSV(B)76.47º62.2%32.16%-
XYZ5.657.362.42-
YUV72104.86125.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.57%
GREEN value IS 82 (32.42% from 255) = 45.30%
BLUE value IS 31 (12.5% from 255) = 17.13%
R=37.57%
G=45.30%
B=17.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6882310.1700.620.6876.4745.1322.16
Hex44521F1103E444c2d16
Octal10412237210761041145526
Binary10001001010010111111000101111101000100100110010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44521F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44521F; }

 p { color: rgb(68,82,31); }

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

<style>
 a { background-color: #44521F; }

 a { background-color: rgb(68,82,31); }

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

<style>
 span { border-color: #44521F; }

 span { border-color: rgb(68,82,31); }

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