#446A1F

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

Shades of Dell #446A1F

Tints of Dell #446A1F

Color information

#446A1F (or 0x446A1F) is unknown color: approx Dell. HEX triplet: 44, 6A and 1F. RGB value is (68,106,31). Sum of RGB (Red+Green+Blue) = 68+106+31=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 106 (41.80% from 255 or 51.71% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 106 - color contains mainly: green. Hex color #446A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A1F is #BB95E0. Grayscale: #565656. Windows color (decimal): -12293601 or 2058820. OLE color: 2058820.

HSL color Cylindrical-coordinate representation of color #446A1F: hue angle of 90.4º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #446A1F is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB6810631-
CMYK0.3600.710.58
HSL90.4º54.74%26.86%-
HSV(B)90.4º70.75%41.57%-
XYZ7.7911.643.13-
YUV86.0996.91115.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 106 (41.80% from 255) = 51.71%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=33.17%
G=51.71%
B=15.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106310.3600.710.5890.454.7426.86
Hex446A1F240473A5a371b
Octal10415237440107721326733
Binary100010011010101111110010001000111111010101101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,106,31); }

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

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

 a { background-color: rgb(68,106,31); }

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

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

 span { border-color: rgb(68,106,31); }

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