#444B14

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

Shades of Verdun Green #444B14

Tints of Verdun Green #444B14

Color information

#444B14 (or 0x444B14) is unknown color: approx Verdun Green. HEX triplet: 44, 4B and 14. RGB value is (68,75,20). Sum of RGB (Red+Green+Blue) = 68+75+20=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #444B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444B14 is #BBB4EB. Grayscale: #424242. Windows color (decimal): -12301548 or 1329988. OLE color: 1329988.

HSL color Cylindrical-coordinate representation of color #444B14: hue angle of 67.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444B14 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB687520-
CMYK0.0900.730.71
HSL67.64º57.89%18.63%-
HSV(B)67.64º73.33%29.41%-
XYZ5.036.311.62-
YUV66.64101.68128.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 75 (29.69% from 255) = 46.01%
BLUE value IS 20 (8.20% from 255) = 12.27%
R=41.72%
G=46.01%
B=12.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6875200.0900.730.7167.6457.8918.63
Hex444B14904947443a13
Octal104113241101111071047223
Binary10001001001011101001001010010011000111100010011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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