#44531C

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

Shades of Verdun Green #44531C

Tints of Verdun Green #44531C

Color information

#44531C (or 0x44531C) is unknown color: approx Verdun Green. HEX triplet: 44, 53 and 1C. RGB value is (68,83,28). Sum of RGB (Red+Green+Blue) = 68+83+28=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 83 (32.81% from 255 or 46.37% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 83 - color contains mainly: green. Hex color #44531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44531C is #BBACE3. Grayscale: #484848. Windows color (decimal): -12299492 or 1856324. OLE color: 1856324.

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

Color convert

RGB688328-
CMYK0.1800.660.67
HSL76.36º49.55%21.76%-
HSV(B)76.36º66.27%32.55%-
XYZ5.697.52.25-
YUV72.24103.03124.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 37.99%
GREEN value IS 83 (32.81% from 255) = 46.37%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=37.99%
G=46.37%
B=15.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883280.1800.660.6776.3649.5521.76
Hex44531C12042434c3216
Octal104123342201021031146226
Binary100010010100111110010010010000101000011100110011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44531C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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