#446036

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

Shades of Dell #446036

Tints of Dell #446036

Color information

#446036 (or 0x446036) is unknown color: approx Dell. HEX triplet: 44, 60 and 36. RGB value is (68,96,54). Sum of RGB (Red+Green+Blue) = 68+96+54=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 96 - color contains mainly: green. Hex color #446036 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446036 is #BB9FC9. Grayscale: #525252. Windows color (decimal): -12296138 or 3563588. OLE color: 3563588.

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

Color convert

RGB689654-
CMYK0.2900.440.62
HSL100º28%29.41%-
HSV(B)100º43.75%37.65%-
XYZ7.239.865.01-
YUV82.84111.72117.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.19%
GREEN value IS 96 (37.89% from 255) = 44.04%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=31.19%
G=44.04%
B=24.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896540.2900.440.621002829.41
Hex4460361D02C3E641c1d
Octal1041406635054761443435
Binary1000100110000011011011101010110011111011001001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446036; }

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

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

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

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

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

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

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

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