#446B2E

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

Shades of Dell #446B2E

Tints of Dell #446B2E

Color information

#446B2E (or 0x446B2E) is unknown color: approx Dell. HEX triplet: 44, 6B and 2E. RGB value is (68,107,46). Sum of RGB (Red+Green+Blue) = 68+107+46=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 46 (18.36% from 255 or 20.81% from 221); Max value from RGB is 107 - color contains mainly: green. Hex color #446B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B2E is #BB94D1. Grayscale: #585858. Windows color (decimal): -12293330 or 3042116. OLE color: 3042116.

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

Color convert

RGB6810746-
CMYK0.3600.570.58
HSL98.36º39.87%30%-
HSV(B)98.36º57.01%41.96%-
XYZ8.1311.944.46-
YUV88.38104.08113.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 107 (42.19% from 255) = 48.42%
BLUE value IS 46 (18.36% from 255) = 20.81%
R=30.77%
G=48.42%
B=20.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68107460.3600.570.5898.3639.8730
Hex446B2E240393A62281e
Octal1041535644071721425036
Binary100010011010111011101001000111001111010110001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,107,46); }

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

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

 a { background-color: rgb(68,107,46); }

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

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

 span { border-color: rgb(68,107,46); }

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