#446E1B

Color #446E1B Dell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dell #446E1B

Tints of Dell #446E1B

Color information

#446E1B (or 0x446E1B) is unknown color: approx Dell. HEX triplet: 44, 6E and 1B. RGB value is (68,110,27). Sum of RGB (Red+Green+Blue) = 68+110+27=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 110 (43.36% from 255 or 53.66% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 110 - color contains mainly: green. Hex color #446E1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446E1B is #BB91E4. Grayscale: #585858. Windows color (decimal): -12292581 or 1797700. OLE color: 1797700.

HSL color Cylindrical-coordinate representation of color #446E1B: hue angle of 90.36º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #446E1B is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.

Color convert

RGB6811027-
CMYK0.3800.750.57
HSL90.36º60.58%26.86%-
HSV(B)90.36º75.45%43.14%-
XYZ8.1612.463.01-
YUV87.9893.59113.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 110 (43.36% from 255) = 53.66%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=33.17%
G=53.66%
B=13.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68110270.3800.750.5790.3660.5826.86
Hex446E1B2604B395a3d1b
Octal10415633460113711327533
Binary100010011011101101110011001001011111001101101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446E1B; }

 p { color: rgb(68,110,27); }

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

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

 a { background-color: rgb(68,110,27); }

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

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

 span { border-color: rgb(68,110,27); }

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