#446225

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

Shades of Dell #446225

Tints of Dell #446225

Color information

#446225 (or 0x446225) is unknown color: approx Dell. HEX triplet: 44, 62 and 25. RGB value is (68,98,37). Sum of RGB (Red+Green+Blue) = 68+98+37=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 37 (14.84% from 255 or 18.23% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #446225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446225 is #BB9DDA. Grayscale: #525252. Windows color (decimal): -12295643 or 2449988. OLE color: 2449988.

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

Color convert

RGB689837-
CMYK0.3100.620.62
HSL89.51º45.19%26.47%-
HSV(B)89.51º62.24%38.43%-
XYZ7.0910.13.33-
YUV82.08102.56117.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.50%
GREEN value IS 98 (38.67% from 255) = 48.28%
BLUE value IS 37 (14.84% from 255) = 18.23%
R=33.50%
G=48.28%
B=18.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898370.3100.620.6289.5145.1926.47
Hex4462251F03E3E5a2d1a
Octal1041424537076761325532
Binary10001001100010100101111110111110111110101101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446225; }

 p { color: rgb(68,98,37); }

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

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

 a { background-color: rgb(68,98,37); }

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

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

 span { border-color: rgb(68,98,37); }

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