#446625

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

Shades of Dell #446625

Tints of Dell #446625

Color information

#446625 (or 0x446625) is unknown color: approx Dell. HEX triplet: 44, 66 and 25. RGB value is (68,102,37). Sum of RGB (Red+Green+Blue) = 68+102+37=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #446625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446625 is #BB99DA. Grayscale: #545454. Windows color (decimal): -12294619 or 2451012. OLE color: 2451012.

HSL color Cylindrical-coordinate representation of color #446625: hue angle of 91.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #446625 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB6810237-
CMYK0.3300.640.6
HSL91.38º46.76%27.25%-
HSV(B)91.38º63.73%40%-
XYZ7.4710.873.45-
YUV84.42101.24116.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 102 (40.23% from 255) = 49.28%
BLUE value IS 37 (14.84% from 255) = 17.87%
R=32.85%
G=49.28%
B=17.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68102370.3300.640.691.3846.7627.25
Hex446625210403C5b2f1b
Octal10414645410100741335733
Binary1000100110011010010110000101000000111100101101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446625; }

 p { color: rgb(68,102,37); }

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

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

 a { background-color: rgb(68,102,37); }

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

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

 span { border-color: rgb(68,102,37); }

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