#446E2F

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

Shades of Dell #446E2F

Tints of Dell #446E2F

Color information

#446E2F (or 0x446E2F) is unknown color: approx Dell. HEX triplet: 44, 6E and 2F. RGB value is (68,110,47). Sum of RGB (Red+Green+Blue) = 68+110+47=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 110 (43.36% from 255 or 48.89% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 110 - color contains mainly: green. Hex color #446E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446E2F is #BB91D0. Grayscale: #5A5A5A. Windows color (decimal): -12292561 or 3108420. OLE color: 3108420.

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

Color convert

RGB6811047-
CMYK0.3800.570.57
HSL100º40.13%30.78%-
HSV(B)100º57.27%43.14%-
XYZ8.4712.594.67-
YUV90.26103.59112.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.22%
GREEN value IS 110 (43.36% from 255) = 48.89%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=30.22%
G=48.89%
B=20.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68110470.3800.570.5710040.1330.78
Hex446E2F260393964281f
Octal1041565746071711445037
Binary100010011011101011111001100111001111001110010010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,110,47); }

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

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

 a { background-color: rgb(68,110,47); }

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

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

 span { border-color: rgb(68,110,47); }

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