#446334

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

Shades of Dell #446334

Tints of Dell #446334

Color information

#446334 (or 0x446334) is unknown color: approx Dell. HEX triplet: 44, 63 and 34. RGB value is (68,99,52). Sum of RGB (Red+Green+Blue) = 68+99+52=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 99 - color contains mainly: green. Hex color #446334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446334 is #BB9CCB. Grayscale: #545454. Windows color (decimal): -12295372 or 3433284. OLE color: 3433284.

HSL color Cylindrical-coordinate representation of color #446334: hue angle of 99.57º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #446334 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB689952-
CMYK0.3100.470.61
HSL99.57º31.13%29.61%-
HSV(B)99.57º47.47%38.82%-
XYZ7.4710.44.86-
YUV84.37109.73116.32-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 99 (39.06% from 255) = 45.21%
BLUE value IS 52 (20.70% from 255) = 23.74%
R=31.05%
G=45.21%
B=23.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899520.3100.470.6199.5731.1329.61
Hex4463341F02F3D641f1e
Octal1041436437057751443736
Binary1000100110001111010011111010111111110111001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446334; }

 p { color: rgb(68,99,52); }

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

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

 a { background-color: rgb(68,99,52); }

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

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

 span { border-color: rgb(68,99,52); }

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