#446B28

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

Shades of Dell #446B28

Tints of Dell #446B28

Color information

#446B28 (or 0x446B28) is unknown color: approx Dell. HEX triplet: 44, 6B and 28. RGB value is (68,107,40). Sum of RGB (Red+Green+Blue) = 68+107+40=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 107 (42.19% from 255 or 49.77% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 107 - color contains mainly: green. Hex color #446B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446B28 is #BB94D7. Grayscale: #575757. Windows color (decimal): -12293336 or 2648900. OLE color: 2648900.

HSL color Cylindrical-coordinate representation of color #446B28: hue angle of 94.93º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #446B28 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB6810740-
CMYK0.3600.630.58
HSL94.93º45.58%28.82%-
HSV(B)94.93º62.62%41.96%-
XYZ8.0211.93.88-
YUV87.7101.08113.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 107 (42.19% from 255) = 49.77%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=31.63%
G=49.77%
B=18.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68107400.3600.630.5894.9345.5828.82
Hex446B282403F3A5f2e1d
Octal1041535044077721375635
Binary100010011010111010001001000111111111010101111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446B28; }

 p { color: rgb(68,107,40); }

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

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

 a { background-color: rgb(68,107,40); }

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

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

 span { border-color: rgb(68,107,40); }

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