#446A2C

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

Shades of Dell #446A2C

Tints of Dell #446A2C

Color information

#446A2C (or 0x446A2C) is unknown color: approx Dell. HEX triplet: 44, 6A and 2C. RGB value is (68,106,44). Sum of RGB (Red+Green+Blue) = 68+106+44=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 106 (41.80% from 255 or 48.62% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 106 - color contains mainly: green. Hex color #446A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A2C is #BB95D3. Grayscale: #575757. Windows color (decimal): -12293588 or 2910788. OLE color: 2910788.

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

Color convert

RGB6810644-
CMYK0.3600.580.58
HSL96.77º41.33%29.41%-
HSV(B)96.77º58.49%41.57%-
XYZ7.9911.724.22-
YUV87.57103.41114.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 106 (41.80% from 255) = 48.62%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=31.19%
G=48.62%
B=20.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106440.3600.580.5896.7741.3329.41
Hex446A2C2403A3A61291d
Octal1041525444072721415135
Binary100010011010101011001001000111010111010110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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