#446131

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

Shades of Dell #446131

Tints of Dell #446131

Color information

#446131 (or 0x446131) is unknown color: approx Dell. HEX triplet: 44, 61 and 31. RGB value is (68,97,49). Sum of RGB (Red+Green+Blue) = 68+97+49=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 49 (19.53% from 255 or 22.90% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #446131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446131 is #BB9ECE. Grayscale: #535353. Windows color (decimal): -12295887 or 3236164. OLE color: 3236164.

HSL color Cylindrical-coordinate representation of color #446131: hue angle of 96.25º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #446131 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB689749-
CMYK0.3000.490.62
HSL96.25º32.88%28.63%-
HSV(B)96.25º49.48%38.04%-
XYZ7.21104.46-
YUV82.86108.89117.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 49 (19.53% from 255) = 22.90%
R=31.78%
G=45.33%
B=22.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897490.3000.490.6296.2532.8828.63
Hex4461311E0313E60211d
Octal1041416136061761404135
Binary10001001100001110001111100110001111110110000010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446131; }

 p { color: rgb(68,97,49); }

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

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

 a { background-color: rgb(68,97,49); }

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

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

 span { border-color: rgb(68,97,49); }

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