#445B36

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

Shades of Dell #445B36

Tints of Dell #445B36

Color information

#445B36 (or 0x445B36) is unknown color: approx Dell. HEX triplet: 44, 5B and 36. RGB value is (68,91,54). Sum of RGB (Red+Green+Blue) = 68+91+54=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #445B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B36 is #BBA4C9. Grayscale: #505050. Windows color (decimal): -12297418 or 3562308. OLE color: 3562308.

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

Color convert

RGB689154-
CMYK0.2500.410.64
HSL97.3º25.52%28.43%-
HSV(B)97.3º40.66%35.69%-
XYZ6.798.984.86-
YUV79.9113.38119.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 91 (35.94% from 255) = 42.72%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=31.92%
G=42.72%
B=25.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6891540.2500.410.6497.325.5228.43
Hex445B361902940611a1c
Octal10413366310511001413234
Binary10001001011011110110110010101001100000011000011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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