#446330

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

Shades of Dell #446330

Tints of Dell #446330

Color information

#446330 (or 0x446330) is unknown color: approx Dell. HEX triplet: 44, 63 and 30. RGB value is (68,99,48). Sum of RGB (Red+Green+Blue) = 68+99+48=215 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.63% from 215); Green value is 99 (39.06% from 255 or 46.05% from 215); Blue value is 48 (19.14% from 255 or 22.33% from 215); Max value from RGB is 99 - color contains mainly: green. Hex color #446330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446330 is #BB9CCF. Grayscale: #545454. Windows color (decimal): -12295376 or 3171140. OLE color: 3171140.

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

Color convert

RGB689948-
CMYK0.3100.520.61
HSL96.47º34.69%28.82%-
HSV(B)96.47º51.52%38.82%-
XYZ7.3810.374.41-
YUV83.92107.73116.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.63%
GREEN value IS 99 (39.06% from 255) = 46.05%
BLUE value IS 48 (19.14% from 255) = 22.33%
R=31.63%
G=46.05%
B=22.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6899480.3100.520.6196.4734.6928.82
Hex4463301F0343D60231d
Octal1041436037064751404335
Binary10001001100011110000111110110100111101110000010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446330; }

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

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

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

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

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

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

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

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