#446A22

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

Shades of Dell #446A22

Tints of Dell #446A22

Color information

#446A22 (or 0x446A22) is unknown color: approx Dell. HEX triplet: 44, 6A and 22. RGB value is (68,106,34). Sum of RGB (Red+Green+Blue) = 68+106+34=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #446A22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A22 is #BB95DD. Grayscale: #565656. Windows color (decimal): -12293598 or 2255428. OLE color: 2255428.

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

Color convert

RGB6810634-
CMYK0.3600.680.58
HSL91.67º51.43%27.45%-
HSV(B)91.67º67.92%41.57%-
XYZ7.8311.653.35-
YUV86.4398.41114.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 106 (41.80% from 255) = 50.96%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=32.69%
G=50.96%
B=16.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106340.3600.680.5891.6751.4327.45
Hex446A22240443A5c331b
Octal10415242440104721346333
Binary1000100110101010001010010001000100111010101110011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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