#447220

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

Shades of Dell #447220

Tints of Dell #447220

Color information

#447220 (or 0x447220) is unknown color: approx Dell. HEX triplet: 44, 72 and 20. RGB value is (68,114,32). Sum of RGB (Red+Green+Blue) = 68+114+32=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #447220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447220 is #BB8DDF. Grayscale: #5B5B5B. Windows color (decimal): -12291552 or 2126404. OLE color: 2126404.

HSL color Cylindrical-coordinate representation of color #447220: hue angle of 93.66º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #447220 is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB6811432-
CMYK0.4000.720.55
HSL93.66º56.16%28.63%-
HSV(B)93.66º71.93%44.71%-
XYZ8.6613.373.49-
YUV90.994.76111.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 114 (44.92% from 255) = 53.27%
BLUE value IS 32 (12.89% from 255) = 14.95%
R=31.78%
G=53.27%
B=14.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68114320.4000.720.5593.6656.1628.63
Hex44722028048375e381d
Octal10416240500110671367035
Binary1000100111001010000010100001001000110111101111011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447220; }

 p { color: rgb(68,114,32); }

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

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

 a { background-color: rgb(68,114,32); }

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

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

 span { border-color: rgb(68,114,32); }

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