#446C24

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

Shades of Dell #446C24

Tints of Dell #446C24

Color information

#446C24 (or 0x446C24) is unknown color: approx Dell. HEX triplet: 44, 6C and 24. RGB value is (68,108,36). Sum of RGB (Red+Green+Blue) = 68+108+36=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #446C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C24 is #BB93DB. Grayscale: #585858. Windows color (decimal): -12293084 or 2387012. OLE color: 2387012.

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

Color convert

RGB6810836-
CMYK0.3700.670.58
HSL93.33º50%28.24%-
HSV(B)93.33º66.67%42.35%-
XYZ8.0612.083.58-
YUV87.8398.75113.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 108 (42.58% from 255) = 50.94%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=32.08%
G=50.94%
B=16.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108360.3700.670.5893.335028.24
Hex446C24250433A5d321c
Octal10415444450103721356234
Binary1000100110110010010010010101000011111010101110111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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