#446034

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

Shades of Dell #446034

Tints of Dell #446034

Color information

#446034 (or 0x446034) is unknown color: approx Dell. HEX triplet: 44, 60 and 34. RGB value is (68,96,52). Sum of RGB (Red+Green+Blue) = 68+96+52=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 52 (20.70% from 255 or 24.07% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #446034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446034 is #BB9FCB. Grayscale: #525252. Windows color (decimal): -12296140 or 3432516. OLE color: 3432516.

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

Color convert

RGB689652-
CMYK0.2900.460.62
HSL98.18º29.73%29.02%-
HSV(B)98.18º45.83%37.65%-
XYZ7.199.844.77-
YUV82.61110.72117.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 96 (37.89% from 255) = 44.44%
BLUE value IS 52 (20.70% from 255) = 24.07%
R=31.48%
G=44.44%
B=24.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896520.2900.460.6298.1829.7329.02
Hex4460341D02E3E621e1d
Octal1041406435056761423635
Binary1000100110000011010011101010111011111011000101111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446034; }

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

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

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

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

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

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

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

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