#446A21

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

Shades of Dell #446A21

Tints of Dell #446A21

Color information

#446A21 (or 0x446A21) is unknown color: approx Dell. HEX triplet: 44, 6A and 21. RGB value is (68,106,33). Sum of RGB (Red+Green+Blue) = 68+106+33=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #446A21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A21 is #BB95DE. Grayscale: #565656. Windows color (decimal): -12293599 or 2189892. OLE color: 2189892.

HSL color Cylindrical-coordinate representation of color #446A21: hue angle of 91.23º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #446A21 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB6810633-
CMYK0.3600.690.58
HSL91.23º52.52%27.25%-
HSV(B)91.23º68.87%41.57%-
XYZ7.8111.653.28-
YUV86.3297.91114.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.85%
GREEN value IS 106 (41.80% from 255) = 51.21%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=32.85%
G=51.21%
B=15.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106330.3600.690.5891.2352.5227.25
Hex446A21240453A5b351b
Octal10415241440105721336533
Binary1000100110101010000110010001000101111010101101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,33); }

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

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

 a { background-color: rgb(68,106,33); }

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

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

 span { border-color: rgb(68,106,33); }

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