#446229

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

Shades of Dell #446229

Tints of Dell #446229

Color information

#446229 (or 0x446229) is unknown color: approx Dell. HEX triplet: 44, 62 and 29. RGB value is (68,98,41). Sum of RGB (Red+Green+Blue) = 68+98+41=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #446229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446229 is #BB9DD6. Grayscale: #525252. Windows color (decimal): -12295639 or 2712132. OLE color: 2712132.

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

Color convert

RGB689841-
CMYK0.3100.580.62
HSL91.58º41.01%27.25%-
HSV(B)91.58º58.16%38.43%-
XYZ7.1510.123.68-
YUV82.53104.56117.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 98 (38.67% from 255) = 47.34%
BLUE value IS 41 (16.41% from 255) = 19.81%
R=32.85%
G=47.34%
B=19.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898410.3100.580.6291.5841.0127.25
Hex4462291F03A3E5c291b
Octal1041425137072761345133
Binary10001001100010101001111110111010111110101110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446229; }

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

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

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

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

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

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

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

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