#444608

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

Shades of Verdun Green #444608

Tints of Verdun Green #444608

Color information

#444608 (or 0x444608) is unknown color: approx Verdun Green. HEX triplet: 44, 46 and 08. RGB value is (68,70,8). Sum of RGB (Red+Green+Blue) = 68+70+8=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 70 - color contains mainly: green. Hex color #444608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444608 is #BBB9F7. Grayscale: #3E3E3E. Windows color (decimal): -12302840 or 542276. OLE color: 542276.

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

Color convert

RGB68708-
CMYK0.0300.890.73
HSL61.94º79.49%15.29%-
HSV(B)61.94º88.57%27.45%-
XYZ4.625.631.07-
YUV62.3397.34132.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 46.58%
GREEN value IS 70 (27.73% from 255) = 47.95%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=46.58%
G=47.95%
B=5.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal687080.0300.890.7361.9479.4915.29
Hex444683059493e4ff
Octal10410610301311117611717
Binary1000100100011010001101011001100100111111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444608; }

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

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

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

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

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

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

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

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