#445836

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

Shades of Dell #445836

Tints of Dell #445836

Color information

#445836 (or 0x445836) is unknown color: approx Dell. HEX triplet: 44, 58 and 36. RGB value is (68,88,54). Sum of RGB (Red+Green+Blue) = 68+88+54=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 88 (34.77% from 255 or 41.90% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 88 - color contains mainly: green. Hex color #445836 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445836 is #BBA7C9. Grayscale: #4E4E4E. Windows color (decimal): -12298186 or 3561540. OLE color: 3561540.

HSL color Cylindrical-coordinate representation of color #445836: hue angle of 95.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445836 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.

Color convert

RGB688854-
CMYK0.2300.390.65
HSL95.29º23.94%27.84%-
HSV(B)95.29º38.64%34.51%-
XYZ6.548.474.78-
YUV78.14114.37120.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.38%
GREEN value IS 88 (34.77% from 255) = 41.90%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=32.38%
G=41.90%
B=25.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888540.2300.390.6595.2923.9427.84
Hex44583617027415f181c
Octal10413066270471011373034
Binary10001001011000110110101110100111100000110111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445836; }

 p { color: rgb(68,88,54); }

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

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

 a { background-color: rgb(68,88,54); }

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

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

 span { border-color: rgb(68,88,54); }

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