#445B35

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

Shades of Dell #445B35

Tints of Dell #445B35

Color information

#445B35 (or 0x445B35) is unknown color: approx Dell. HEX triplet: 44, 5B and 35. RGB value is (68,91,53). Sum of RGB (Red+Green+Blue) = 68+91+53=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #445B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B35 is #BBA4CA. Grayscale: #4F4F4F. Windows color (decimal): -12297419 or 3496772. OLE color: 3496772.

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

Color convert

RGB689153-
CMYK0.2500.420.64
HSL96.32º26.39%28.24%-
HSV(B)96.32º41.76%35.69%-
XYZ6.778.974.74-
YUV79.79112.88119.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 91 (35.94% from 255) = 42.92%
BLUE value IS 53 (21.09% from 255) = 25%
R=32.08%
G=42.92%
B=25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891530.2500.420.6496.3226.3928.24
Hex445B351902A40601a1c
Octal10413365310521001403234
Binary10001001011011110101110010101010100000011000001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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