#445B38

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

Shades of Dell #445B38

Tints of Dell #445B38

Color information

#445B38 (or 0x445B38) is unknown color: approx Dell. HEX triplet: 44, 5B and 38. RGB value is (68,91,56). Sum of RGB (Red+Green+Blue) = 68+91+56=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #445B38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B38 is #BBA4C7. Grayscale: #505050. Windows color (decimal): -12297416 or 3693380. OLE color: 3693380.

HSL color Cylindrical-coordinate representation of color #445B38: hue angle of 99.43º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445B38 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB689156-
CMYK0.2500.380.64
HSL99.43º23.81%28.82%-
HSV(B)99.43º38.46%35.69%-
XYZ6.8495.12-
YUV80.13114.38119.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=31.63%
G=42.33%
B=26.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891560.2500.380.6499.4323.8128.82
Hex445B38190264063181d
Octal10413370310461001433035
Binary10001001011011111000110010100110100000011000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445B38; }

 p { color: rgb(68,91,56); }

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

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

 a { background-color: rgb(68,91,56); }

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

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

 span { border-color: rgb(68,91,56); }

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