#446C2D

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

Shades of Dell #446C2D

Tints of Dell #446C2D

Color information

#446C2D (or 0x446C2D) is unknown color: approx Dell. HEX triplet: 44, 6C and 2D. RGB value is (68,108,45). Sum of RGB (Red+Green+Blue) = 68+108+45=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #446C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446C2D is #BB93D2. Grayscale: #595959. Windows color (decimal): -12293075 or 2976836. OLE color: 2976836.

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

Color convert

RGB6810845-
CMYK0.3700.580.58
HSL98.1º41.18%30%-
HSV(B)98.1º58.33%42.35%-
XYZ8.2212.144.39-
YUV88.86103.25113.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 108 (42.58% from 255) = 48.87%
BLUE value IS 45 (17.97% from 255) = 20.36%
R=30.77%
G=48.87%
B=20.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108450.3700.580.5898.141.1830
Hex446C2D2503A3A62291e
Octal1041545545072721425136
Binary100010011011001011011001010111010111010110001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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