#446A2D

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

Shades of Dell #446A2D

Tints of Dell #446A2D

Color information

#446A2D (or 0x446A2D) is unknown color: approx Dell. HEX triplet: 44, 6A and 2D. RGB value is (68,106,45). Sum of RGB (Red+Green+Blue) = 68+106+45=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 106 (41.80% from 255 or 48.40% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 106 - color contains mainly: green. Hex color #446A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A2D is #BB95D2. Grayscale: #575757. Windows color (decimal): -12293587 or 2976324. OLE color: 2976324.

HSL color Cylindrical-coordinate representation of color #446A2D: hue angle of 97.38º degrees, saturation: 0.4, 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 #446A2D is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB6810645-
CMYK0.3600.580.58
HSL97.38º40.4%29.61%-
HSV(B)97.38º57.55%41.57%-
XYZ8.0111.734.32-
YUV87.68103.91113.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 106 (41.80% from 255) = 48.40%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=31.05%
G=48.40%
B=20.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68106450.3600.580.5897.3840.429.61
Hex446A2D2403A3A61281e
Octal1041525544072721415036
Binary100010011010101011011001000111010111010110000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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