#444D14

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

Shades of Verdun Green #444D14

Tints of Verdun Green #444D14

Color information

#444D14 (or 0x444D14) is unknown color: approx Verdun Green. HEX triplet: 44, 4D and 14. RGB value is (68,77,20). Sum of RGB (Red+Green+Blue) = 68+77+20=165 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.21% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #444D14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444D14 is #BBB2EB. Grayscale: #444444. Windows color (decimal): -12301036 or 1330500. OLE color: 1330500.

HSL color Cylindrical-coordinate representation of color #444D14: hue angle of 69.47º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #444D14 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.70.

Color convert

RGB687720-
CMYK0.1200.740.70
HSL69.47º58.76%19.02%-
HSV(B)69.47º74.03%30.2%-
XYZ5.166.591.66-
YUV67.81101.02128.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.21%
GREEN value IS 77 (30.47% from 255) = 46.67%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=41.21%
G=46.67%
B=12.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6877200.1200.740.7069.4758.7619.02
Hex444D14C04A46453b13
Octal104115241401121061057323
Binary10001001001101101001100010010101000110100010111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444D14; }

 p { color: rgb(68,77,20); }

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

<style>
 a { background-color: #444D14; }

 a { background-color: rgb(68,77,20); }

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

<style>
 span { border-color: #444D14; }

 span { border-color: rgb(68,77,20); }

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