#444F10

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

Shades of Verdun Green #444F10

Tints of Verdun Green #444F10

Color information

#444F10 (or 0x444F10) is unknown color: approx Verdun Green. HEX triplet: 44, 4F and 10. RGB value is (68,79,16). Sum of RGB (Red+Green+Blue) = 68+79+16=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #444F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #444F10 is #BBB0EF. Grayscale: #444444. Windows color (decimal): -12300528 or 1068868. OLE color: 1068868.

HSL color Cylindrical-coordinate representation of color #444F10: hue angle of 70.48º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #444F10 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB687916-
CMYK0.1400.800.69
HSL70.48º66.32%18.63%-
HSV(B)70.48º79.75%30.98%-
XYZ5.276.861.54-
YUV68.5398.36127.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.72%
GREEN value IS 79 (31.25% from 255) = 48.47%
BLUE value IS 16 (6.64% from 255) = 9.82%
R=41.72%
G=48.47%
B=9.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6879160.1400.800.6970.4866.3218.63
Hex444F10E05045464213
Octal1041172016012010510610223
Binary100010010011111000011100101000010001011000110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,79,16); }

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

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

 a { background-color: rgb(68,79,16); }

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

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

 span { border-color: rgb(68,79,16); }

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