#446D27

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

Shades of Dell #446D27

Tints of Dell #446D27

Color information

#446D27 (or 0x446D27) is unknown color: approx Dell. HEX triplet: 44, 6D and 27. RGB value is (68,109,39). Sum of RGB (Red+Green+Blue) = 68+109+39=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 39 (15.62% from 255 or 18.06% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #446D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446D27 is #BB92D8. Grayscale: #595959. Windows color (decimal): -12292825 or 2583876. OLE color: 2583876.

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

Color convert

RGB6810939-
CMYK0.3800.640.57
HSL95.14º47.3%29.02%-
HSV(B)95.14º64.22%42.75%-
XYZ8.2212.313.86-
YUV88.7699.92113.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 109 (42.97% from 255) = 50.46%
BLUE value IS 39 (15.62% from 255) = 18.06%
R=31.48%
G=50.46%
B=18.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68109390.3800.640.5795.1447.329.02
Hex446D2726040395f2f1d
Octal10415547460100711375735
Binary1000100110110110011110011001000000111001101111110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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