#444613

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

Shades of Verdun Green #444613

Tints of Verdun Green #444613

Color information

#444613 (or 0x444613) is unknown color: approx Verdun Green. HEX triplet: 44, 46 and 13. RGB value is (68,70,19). Sum of RGB (Red+Green+Blue) = 68+70+19=157 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.31% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 70 - color contains mainly: green. Hex color #444613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444613 is #BBB9EC. Grayscale: #3F3F3F. Windows color (decimal): -12302829 or 1263172. OLE color: 1263172.

HSL color Cylindrical-coordinate representation of color #444613: hue angle of 62.35º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #444613 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB687019-
CMYK0.0300.730.73
HSL62.35º57.3%17.45%-
HSV(B)62.35º72.86%27.45%-
XYZ4.695.661.46-
YUV63.59102.84131.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 43.31%
GREEN value IS 70 (27.73% from 255) = 44.59%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=43.31%
G=44.59%
B=12.10%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870190.0300.730.7362.3557.317.45
Hex4446133049493e3911
Octal1041062330111111767121
Binary10001001000110100111101001001100100111111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444613; }

 p { color: rgb(68,70,19); }

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

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

 a { background-color: rgb(68,70,19); }

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

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

 span { border-color: rgb(68,70,19); }

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