#446A1D

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

Shades of Dell #446A1D

Tints of Dell #446A1D

Color information

#446A1D (or 0x446A1D) is unknown color: approx Dell. HEX triplet: 44, 6A and 1D. RGB value is (68,106,29). Sum of RGB (Red+Green+Blue) = 68+106+29=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 106 (41.80% from 255 or 52.22% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 106 - color contains mainly: green. Hex color #446A1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A1D is #BB95E2. Grayscale: #565656. Windows color (decimal): -12293603 or 1927748. OLE color: 1927748.

HSL color Cylindrical-coordinate representation of color #446A1D: hue angle of 89.61º degrees, saturation: 0.57, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #446A1D is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.58.

Color convert

RGB6810629-
CMYK0.3600.730.58
HSL89.61º57.04%26.47%-
HSV(B)89.61º72.64%41.57%-
XYZ7.7611.633-
YUV85.8695.91115.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 106 (41.80% from 255) = 52.22%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=33.50%
G=52.22%
B=14.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106290.3600.730.5889.6157.0426.47
Hex446A1D240493A5a391a
Octal10415235440111721327132
Binary100010011010101110110010001001001111010101101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,29); }

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

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

 a { background-color: rgb(68,106,29); }

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

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

 span { border-color: rgb(68,106,29); }

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