#446228

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

Shades of Dell #446228

Tints of Dell #446228

Color information

#446228 (or 0x446228) is unknown color: approx Dell. HEX triplet: 44, 62 and 28. RGB value is (68,98,40). Sum of RGB (Red+Green+Blue) = 68+98+40=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 40 (16.02% from 255 or 19.42% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #446228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446228 is #BB9DD7. Grayscale: #525252. Windows color (decimal): -12295640 or 2646596. OLE color: 2646596.

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

Color convert

RGB689840-
CMYK0.3100.590.62
HSL91.03º42.03%27.06%-
HSV(B)91.03º59.18%38.43%-
XYZ7.1310.123.58-
YUV82.42104.06117.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.01%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 40 (16.02% from 255) = 19.42%
R=33.01%
G=47.57%
B=19.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898400.3100.590.6291.0342.0327.06
Hex4462281F03B3E5b2a1b
Octal1041425037073761335233
Binary10001001100010101000111110111011111110101101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446228; }

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

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

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

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

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

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

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

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