#446C20

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

Shades of Dell #446C20

Tints of Dell #446C20

Color information

#446C20 (or 0x446C20) is unknown color: approx Dell. HEX triplet: 44, 6C and 20. RGB value is (68,108,32). Sum of RGB (Red+Green+Blue) = 68+108+32=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 32 (12.89% from 255 or 15.38% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #446C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C20 is #BB93DF. Grayscale: #575757. Windows color (decimal): -12293088 or 2124868. OLE color: 2124868.

HSL color Cylindrical-coordinate representation of color #446C20: hue angle of 91.58º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #446C20 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB6810832-
CMYK0.3700.700.58
HSL91.58º54.29%27.45%-
HSV(B)91.58º70.37%42.35%-
XYZ8.0112.063.27-
YUV87.3896.75114.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 108 (42.58% from 255) = 51.92%
BLUE value IS 32 (12.89% from 255) = 15.38%
R=32.69%
G=51.92%
B=15.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108320.3700.700.5891.5854.2927.45
Hex446C20250463A5c361b
Octal10415440450106721346633
Binary1000100110110010000010010101000110111010101110011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446C20; }

 p { color: rgb(68,108,32); }

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

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

 a { background-color: rgb(68,108,32); }

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

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

 span { border-color: rgb(68,108,32); }

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