#446029

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

Shades of Dell #446029

Tints of Dell #446029

Color information

#446029 (or 0x446029) is unknown color: approx Dell. HEX triplet: 44, 60 and 29. RGB value is (68,96,41). Sum of RGB (Red+Green+Blue) = 68+96+41=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #446029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446029 is #BB9FD6. Grayscale: #515151. Windows color (decimal): -12296151 or 2711620. OLE color: 2711620.

HSL color Cylindrical-coordinate representation of color #446029: hue angle of 90.55º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #446029 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB689641-
CMYK0.2900.570.62
HSL90.55º40.15%26.86%-
HSV(B)90.55º57.29%37.65%-
XYZ6.979.753.61-
YUV81.36105.22118.47-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 41 (16.41% from 255) = 20%
R=33.17%
G=46.83%
B=20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896410.2900.570.6290.5540.1526.86
Hex4460291D0393E5b281b
Octal1041405135071761335033
Binary10001001100000101001111010111001111110101101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446029; }

 p { color: rgb(68,96,41); }

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

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

 a { background-color: rgb(68,96,41); }

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

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

 span { border-color: rgb(68,96,41); }

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