#446D24

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

Shades of Dell #446D24

Tints of Dell #446D24

Color information

#446D24 (or 0x446D24) is unknown color: approx Dell. HEX triplet: 44, 6D and 24. RGB value is (68,109,36). Sum of RGB (Red+Green+Blue) = 68+109+36=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #446D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D24 is #BB92DB. Grayscale: #585858. Windows color (decimal): -12292828 or 2387268. OLE color: 2387268.

HSL color Cylindrical-coordinate representation of color #446D24: hue angle of 93.7º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #446D24 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.

Color convert

RGB6810936-
CMYK0.3800.670.57
HSL93.7º50.34%28.43%-
HSV(B)93.7º66.97%42.75%-
XYZ8.1712.293.61-
YUV88.4298.42113.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.92%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=31.92%
G=51.17%
B=16.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68109360.3800.670.5793.750.3428.43
Hex446D2426043395e321c
Octal10415544460103711366234
Binary1000100110110110010010011001000011111001101111011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,109,36); }

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

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

 a { background-color: rgb(68,109,36); }

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

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

 span { border-color: rgb(68,109,36); }

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