#44531D

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

Shades of Verdun Green #44531D

Tints of Verdun Green #44531D

Color information

#44531D (or 0x44531D) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 1D. RGB value is (68,83,29). Sum of RGB (Red+Green+Blue) = 68+83+29=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 83 (32.81% from 255 or 46.11% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 83 - color contains mainly: green. Hex color #44531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531D is #BBACE2. Grayscale: #484848. Windows color (decimal): -12299491 or 1921860. OLE color: 1921860.

HSL color Cylindrical-coordinate representation of color #44531D: hue angle of 76.67º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44531D is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB688329-
CMYK0.1800.650.67
HSL76.67º48.21%21.96%-
HSV(B)76.67º65.06%32.55%-
XYZ5.77.52.31-
YUV72.36103.53124.89-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.78%
GREEN value IS 83 (32.81% from 255) = 46.11%
BLUE value IS 29 (11.72% from 255) = 16.11%
R=37.78%
G=46.11%
B=16.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883290.1800.650.6776.6748.2121.96
Hex44531D12041434d3016
Octal104123352201011031156026
Binary100010010100111110110010010000011000011100110111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44531D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44531D; }

 p { color: rgb(68,83,29); }

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

<style>
 a { background-color: #44531D; }

 a { background-color: rgb(68,83,29); }

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

<style>
 span { border-color: #44531D; }

 span { border-color: rgb(68,83,29); }

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