#446126

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

Shades of Dell #446126

Tints of Dell #446126

Color information

#446126 (or 0x446126) is unknown color: approx Dell. HEX triplet: 44, 61 and 26. RGB value is (68,97,38). Sum of RGB (Red+Green+Blue) = 68+97+38=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 38 (15.23% from 255 or 18.72% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #446126 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446126 is #BB9ED9. Grayscale: #515151. Windows color (decimal): -12295898 or 2515268. OLE color: 2515268.

HSL color Cylindrical-coordinate representation of color #446126: hue angle of 89.49º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #446126 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB689738-
CMYK0.3000.610.62
HSL89.49º43.7%26.47%-
HSV(B)89.49º60.82%38.04%-
XYZ7.019.923.38-
YUV81.6103.39118.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 97 (38.28% from 255) = 47.78%
BLUE value IS 38 (15.23% from 255) = 18.72%
R=33.50%
G=47.78%
B=18.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6897380.3000.610.6289.4943.726.47
Hex4461261E03D3E592c1a
Octal1041414636075761315432
Binary10001001100001100110111100111101111110101100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446126; }

 p { color: rgb(68,97,38); }

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

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

 a { background-color: rgb(68,97,38); }

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

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

 span { border-color: rgb(68,97,38); }

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