#44461A

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

Shades of Verdun Green #44461A

Tints of Verdun Green #44461A

Color information

#44461A (or 0x44461A) is unknown color: approx Verdun Green. HEX triplet: 44, 46 and 1A. RGB value is (68,70,26). Sum of RGB (Red+Green+Blue) = 68+70+26=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 70 (27.73% from 255 or 42.68% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 70 - color contains mainly: green. Hex color #44461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44461A is #BBB9E5. Grayscale: #404040. Windows color (decimal): -12302822 or 1721924. OLE color: 1721924.

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

Color convert

RGB687026-
CMYK0.0300.630.73
HSL62.73º45.83%18.82%-
HSV(B)62.73º62.86%27.45%-
XYZ4.765.681.82-
YUV64.39106.34130.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 41.46%
GREEN value IS 70 (27.73% from 255) = 42.68%
BLUE value IS 26 (10.55% from 255) = 15.85%
R=41.46%
G=42.68%
B=15.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6870260.0300.630.7362.7345.8318.82
Hex44461A303F493f2e13
Octal104106323077111775623
Binary1000100100011011010110111111100100111111110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44461A; }

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

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

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

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

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

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

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

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